14.08.2015, 19:09
hey i am trying to make a simple cmd to work but it dosnt
error
Line
Код:
CMD:Sendmsg(playerid,params[]) { new text[60]; if(sscanf(params,"s[60]",text)) return SendClientMessage(playerid, 0xFF0000, "Usage:/sendmsg"); GameTextForAll(playerid, "Visit Our Website www.example.conm", 5000, 2); return 1; }
Код:
C:\Users\Waqar\Desktop\zombie\gamemodes\zombie.pwn(8693) : error 035: argument type mismatch (argument 1) Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 1 Error.
Код:
GameTextForAll(playerid, "Visit Our Website www.example.con", 5000, 2);