help needed with timer function
#1

hi i get 2 errors on this and is uses a timer,

Код:
public UnFreeze()
{
	TogglePlayerControllable(playerid,1);
}
the errors:
E:\Gta SA + Sa-mp\samp03csvr_R2-2_win32\gamemodes\new3.pwn(171) : error 017: undefined symbol "True"

E:\Gta SA + Sa-mp\samp03csvr_R2-2_win32\gamemodes\new3.pwn(2662) : error 017: undefined symbol "playerid"
Reply
#2

Show us the line 171 and the line 2662.
Reply
#3

forward UnFreeze(playerid);
public UnFreeze(playerid)
{
TogglePlayerControllable(playerid,1);
}
Reply
#4

thnx Ricop533 This Works!
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)