06.12.2010, 17:54
Help.
Код:
C:\Users\Labas\Desktop\MPG\gamemodes\GRP.pwn(15250) : error 017: undefined symbol "playerid"
Код:
public GateTimer() { if(IsPlayerInRangeOfPoint(playerid, 25, -1631.78, 688.24, 8.6) { MoveObject(SFPDshutter, -1631.78, 688.24, 15.68,3); SetTimer("GateClose", 10000, 0); } return 1; }