[AJUDA] Pedagio
#7

Quote:
Originally Posted by KinX
Посмотреть сообщение
eh vdd =s

Como eu posso arrumar isso?
Arrume os parametros disso:
pawn Код:
forward pagandopedagio()
public pagandopedagio()
{
TogglePlayerControllable(playerid, 1);//undefined symbol: playerid
return 1;
}
pawn Код:
forward pagandopedagio(playerid);
public pagandopedagio(playerid)
{
TogglePlayerControllable(playerid, 1);
return 1;
}

//O timer tb esta errado
SetTimerEx("pagandopedagio",3000,false,"d",playerid);
que ja й meio caminho andado..
Reply


Messages In This Thread
[AJUDA] Pedagio - by PauloMesquita - 04.05.2012, 17:02
Re: [AJUDA] Pedagio - by Don_Speed - 04.05.2012, 17:08
Re: [AJUDA] Pedagio - by PauloMesquita - 04.05.2012, 17:20
Re: [AJUDA] Pedagio - by KinX - 04.05.2012, 17:40
Re: [AJUDA] Pedagio - by Kuddy - 04.05.2012, 18:37
Re: [AJUDA] Pedagio - by KinX - 04.05.2012, 18:43
Re: [AJUDA] Pedagio - by Kan - 04.05.2012, 18:53
Re: [AJUDA] Pedagio - by paulor - 04.05.2012, 19:23
Re: [AJUDA] Pedagio - by PauloMesquita - 04.05.2012, 20:28

Forum Jump:


Users browsing this thread: 1 Guest(s)