help gametext
#1

hey i am trying to make a simple cmd to work but it dosnt
Код:
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;
}
error
Код:
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.
Line
Код:
 GameTextForAll(playerid, "Visit Our Website www.example.con", 5000, 2);
Reply


Messages In This Thread
help gametext - by Viki - 14.08.2015, 19:09
Re: help gametext - by Toxik - 14.08.2015, 19:13
Re: help gametext - by Dziugsas - 14.08.2015, 19:13
Re: help gametext - by Toxik - 14.08.2015, 19:17
Re: help gametext - by Viki - 14.08.2015, 19:19
Re: help gametext - by Dziugsas - 14.08.2015, 19:25
Re: help gametext - by dominik523 - 14.08.2015, 19:31
Re: help gametext - by Viki - 14.08.2015, 19:38
Re: help gametext - by Toxik - 14.08.2015, 19:41
Re: help gametext - by Viki - 14.08.2015, 20:10

Forum Jump:


Users browsing this thread: 1 Guest(s)