25.11.2016, 14:17
I am Trying To Make a teleport Command and i got this error:
Here is The Command:
Код:
C:\Documents and Settings\Administrateur\Bureau\tp.pwn(94) : error 035: argument type mismatch (argument 2)
Код:
public OnPlayerCommandText(playerid, cmdtext[]) { if (strcmp("/parea", cmdtext, true, 6) == 0) { SetPlayerPos(playerid, -1514.7089,788.5987,7.1875); SendClientMessage(playerid, "You Have Been Teleported To Players Base."); return 1; } return 0; }