Some problems
#2

1. Put the full code and not a part.
2.
PHP код:
CMD:examen(playeridparams[])
{
    if(
IsPlayerInAnyVehicle(playerid))
        return 
1;
    if(!
IsPlayerInRangeOfPoint(playerid8.01312.2740, -1387.218613.5491))
        return 
SendClientMessage(playerid, -1"INFO: You have to be in front of the DMV");
    if(
InExam[playerid]) return SendClientMessage(playerid, -1"INFO: You are already in the exam");
    for(new 
05v++)
    {
        
PutPlayerInVehicle(playeridexamen[v], 0); // What the fuck is this? You put 5 times the player in differents vehicle?
    
}
    
SendClientMessage(playerid, -1"INFO: Follow the checkpoints to finish the exam");
    
InExam[playerid] = 1;
    return 
1;

Reply


Messages In This Thread
Some problems - by sKenzi1996 - 12.02.2017, 16:22
Re: Some problems - by Dayrion - 12.02.2017, 16:45
Re: Some problems - by sKenzi1996 - 12.02.2017, 17:09
Re: Some problems - by Dayrion - 12.02.2017, 17:37
Re: Some problems - by sKenzi1996 - 12.02.2017, 17:52
Re: Some problems - by Dayrion - 12.02.2017, 18:42

Forum Jump:


Users browsing this thread: 1 Guest(s)