02.12.2012, 13:37
I always have trouble getting the locations from /save.... how the fuck do I do this right?
Код:
C:\Users\Austin\Desktop\Pawno\gamemodes\testserver.pwn(98) : error 029: invalid expression, assumed zero C:\Users\Austin\Desktop\Pawno\gamemodes\testserver.pwn(98) : error 035: argument type mismatch (argument 2) Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
Код:
if (strcmp("/goto island", cmdtext, true, 10) == 0) { SetPlayerPos(playerid,(1046.9867,-2667.2463,15.0484,346.7808,0,0,0,0,0,)); SendClientMessage(playerid, COLOR_RED, "Sent to SARP Island"); return 1; } return 0; }