05.06.2011, 01:04
Код:
C:\Users\Family\Desktop\FastFive DriftCity 0.3c\gamemodes\fastfive.pwn(370) : error 017: undefined symbol "SafeSetPlayerPos" Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 1 Error.
Код:
if (strcmp("/gotols", cmdtext, true, 10) == 0) { SafeSetPlayerPos(playerid, 1529.6,-1691.2,13.3); SetPlayerVirtualWorld(playerid, 0); return 1; }