SA-MP Forums Archive
help!! - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: help!! (/showthread.php?tid=169996)



help!! - FireCat - 21.08.2010

Код:
C:\Users\james\Desktop\awrt\filterscripts\ladmin4v2.pwn(790) : error 029: invalid expression, assumed zero
Код:
if(!udb_Exists(PlayerName2(playerid)))SendClientMessage(playerid,orange, "ACCOUNT: Type /register [password] to create an account"); SetTimerEx("DelayKillPlayer", 2500,0,"d",playerid);
	else
HELP!!!!!
_______________________
[GDZ]leader



Re: help!! - [Ger]Little_Grandpa - 21.08.2010

Код:
if(!udb_Exists(PlayerName2(playerid)))SendClientMessage(playerid,orange, "ACCOUNT: Type /register [password] to create an account"), SetTimerEx("DelayKillPlayer", 2500,0,"d",playerid);
	else