01.02.2012, 17:28
(
Last edited by BoyDenker; 01/02/2012 at 06:24 PM.
)
when i do compile it gaves me the error : TestServer.pwn(330) : error 035: argument type mismatch (argument 2)
But i can't find what i did wrong.
Thanks
But i can't find what i did wrong.
Code:
if (strcmp("/islandairport", cmdtext, true, 14) == 0) { SetPlayerPos(playerid, 3484.4885,-751.6512,4.4455);// @ teleport islandairport SendClientMessage(COLOR_RED,"You have been teleported to islandairport"); //deze command teleport je naar islandairport return 1; } return 0; }