how i remove these errors?
#1

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);
Reply
#2

try
pawn Код:
GameTextForPlayer(playerid,"~g~server forum:   ~n~~r~~>~helo.com~<~",5000,3);
return GameTextForPlayer(playerid,"~g~ Emergency Parachute!",1000,4);
Reply
#3

GameTextForPlayer - put SendClientMessage(playerid, -1, "~g~server forum: ~n~~r~~>~Forum here~<");

return GameTextForPlayer - Put SendClientMessage(playerid, -1 "Emergency Parachute!");
Reply
#4

@ 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!
Reply
#5

thanks to all friendz
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)