how i remove these errors? - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: how i remove these errors? (
/showthread.php?tid=493358)
how i remove these errors? -
PAF - 08.02.2014
errors:
error 035: argument type mismatch (argument 1)
lines:
GameTextForPlayer("~g~server forum: ~n~~r~~>~helo.com~<~",5000,3);
return GameTextForPlayer("~g~ Emergency Parachute!",1000,4);
Re: how i remove these errors? -
rakshith122 - 08.02.2014
try
pawn Код:
GameTextForPlayer(playerid,"~g~server forum: ~n~~r~~>~helo.com~<~",5000,3);
return GameTextForPlayer(playerid,"~g~ Emergency Parachute!",1000,4);
Re: how i remove these errors? -
CallumDaBest - 08.02.2014
GameTextForPlayer - put SendClientMessage(playerid, -1, "~g~server forum: ~n~~r~~>~Forum here~<");
return GameTextForPlayer - Put SendClientMessage(playerid, -1 "Emergency Parachute!");
Re: how i remove these errors? -
rakshith122 - 08.02.2014
@ CallumDaBest, What you have said is wrong. He wants it to display the text on his screen, and you gave the code to display the text on their chat. He wanted it to look like an announce. GOD!
Re: how i remove these errors? -
PAF - 08.02.2014
thanks to all friendz