02.08.2012, 11:35
Help fix the error.
Код:
D:\Games\SAMP сервер\SampDM\filterscripts\Script.pwn(314) : error 017: undefined symbol "Bank"
pawn Код:
{
if(pickupid == Bank)
{
SetPlayerInterior(playerid, 0);
SetPlayerPos(playerid, 1480.7194,-1765.2272,18.7958);//
}
return 1;
}