Warnings ! :)
#5

why and how are you using zcmd and strcmp together?
pawn Код:
("/v Boxville2"
i think the space is giving the errors.

pawn Код:
COMMAND:yes(playerid, params[])
{
    new playerstate = GetPlayerState(playerid);
    if(playerstate == PLAYER_STATE_DRIVER) return ModCar(playerid);
    else return SendClientMessage(playerid, COLOR_RED, "[EROARE] Nu poti tuna masina daca nu esti sofer.");
   
}
pawn Код:
COMMAND:tunar(playerid, params[])
{
   new playerstate = GetPlayerState(playerid);
   if(playerstate == PLAYER_STATE_DRIVER) return ModCar(playerid);
   else return SendClientMessage(playerid, COLOR_RED, "[EROARE] Nu poti tuna masina daca nu esti sofer.");
}
Reply


Messages In This Thread
Warnings ! :) - by DarkyTheAngel - 22.02.2012, 11:07
Re: Warnings ! :) - by milanosie - 22.02.2012, 11:10
Re: Warnings ! :) - by park4bmx - 22.02.2012, 11:11
Re: Warnings ! :) - by DarkyTheAngel - 22.02.2012, 11:13
Re: Warnings ! :) - by emokidx - 22.02.2012, 11:18
Re: Warnings ! :) - by DarkyTheAngel - 22.02.2012, 11:30
Re: Warnings ! :) - by SchurmanCQC - 22.02.2012, 11:32

Forum Jump:


Users browsing this thread: 1 Guest(s)