[HELP]Timer Problem
#1

I Have A Timer Problem

On Top
Код:
forward delcardestroy(playerid);
This goes to OnPlayerEnterChecpoint
pawn Код:
SetTimerEx("delcar1destroy",2000,0,"i",playerid);
pawn Код:
public delcardestroy()
{
if(IsPlayerInVehicle(playerid,cardel1))//playerid make the error but i don't know why
{
DestroyVehicle(cardel1);
}
return 1;
}
The Error
Код:
C:\Users\Edy\Desktop\New Sa-Mp Server\filterscripts\cardeliver.pwn(266) : error 017: undefined symbol "playerid"
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


1 Error.
Reply
#2

pawn Код:
public delcardestroy(playerid)
Reply
#3

Quote:
Originally Posted by Killa_
pawn Код:
public delcardestroy(playerid)
I am So Stupid Tnx Man
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)