04.08.2015, 12:08
When im trying to compile a something it gives me that error
And This is the code
Код:
C:\Users\Hassan\Desktop\dd.pwn(353) : error 017: undefined symbol "playerid" C:\Users\Hassan\Desktop\dd.pwn(355) : error 017: undefined symbol "playerid" Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 2 Errors.
Код:
public EnterExit() { if(IsPlayerInRangeOfPoint(playerid, 3.0, 2287.0161, 2432.0356, 10.0835) { SetPlayerPos(playerid,238.6965, 139.0925, 1002.7668); } return 1; }