05.11.2013, 04:59
When I compile my script, these errors shown
Here is the line
Код:
Roleplay.pwn(141) : error 035: argument type mismatch (argument 1) Roleplay.pwn(142) : error 035: argument type mismatch (argument 2) Roleplay.pwn(143) : error 035: argument type mismatch (argument 2)
Код:
SendClientMessageToAll(COL_GREEN, "An admin has on duty");//141 SendClientMessage(playerid, COL_GREEN, "type /ahelp to see admin commands");//142 SetPlayerColor(playerid, COL_GREEN);//143