- เครดิต
- 1745
- ความรู้
-
- เงิน $
-
- ความดี
-
|
if(newcar == 493) <<<<<< 493 นี่คือเลขรถหลังจากเราเพิ่มรถในสคริปแล้วเข้าไปดูในเซิพแล้ว
{
if(PlayerInfo[playerid][pPnumber] == 1150) { } <<<<< 1150 นี่คือเบอร์โทรศัพท์
else
{
SendClientMessage(playerid,COLOR_GREY,"....................................");<<< ..... เพิ่มว่าใครเป็นเจ้าของรถก็ว่าไป
new Float:x, Float:y, Float:z;
GetPlayerPos(playerid, x, y, z);
SetPlayerPos(playerid, x, y, z+2);
PlayerPlaySound(playerid, 1085, x, y, z+2);}
} |
|