help !
#1

what can you help me so that this command can be used on vehicles in the set

PHP код:
CMD:startdriving(playeridparams[])
{
    new 
vehicleid;
    new 
vmodel GetVehicleModel(vehicleid);
    if(
TelahLogin[playerid] == 0) return SendClientMessage(playerid,warna_merah,"Kamu belum login");
       if(!
IsPlayerInAnyVehicle(playerid)) return SendClientMessage(playerid,COLOR_LIGHTBLUE,"Kamu tidak bisa menggunakan command ini di dalam kendaraan");
    if(
vmodel >= 458) {
        
cpd[playerid] = 1;
         
SetPlayerCheckpoint(playerid2071.4209,-1913.3623,13.32635.0);
         
SendClientMessage(playeridwarna_biru"mengemudilah dengan hati2 ikuti checkpoint");
     }
     else 
SendClientMessage(playeridwarna_merah"Hanya digunakan di drivingschool");
    return 
1;

Thanks Before
Reply
#2

Thanking before as instructed once again.

Can you explain yourself better? What do you mean by

Quote:

this command can be used on vehicles in the set

Reply
#3

Quote:
Originally Posted by Troydere
Посмотреть сообщение
Thanking before as instructed once again.

Can you explain yourself better? What do you mean by
solved sir by me
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)