fail again
#3

pawn Код:
new giveplayerid;
format(string, sizeof(string), "%s(%d) Taxi Driver Is On Duty! Type /taxi To Call A Taxi Service!",pname,giveplayerid);
No need for "new giveplayerid" And change "giveplayerid" in the string, to "playerid"
Also you need to get the players name, before creating the string.
pawn Код:
GetPlayerName(playerid, pname, sizeof(pname));
Was also wondering, what ">=1" should do.

Reply


Messages In This Thread
fail again - by Geekzor - 07.08.2009, 10:32
Re: fail again - by Sergei - 07.08.2009, 10:47
Re: fail again - by Djiango - 07.08.2009, 11:09
Re: fail again - by Geekzor - 07.08.2009, 11:19
Re: fail again - by Geekzor - 07.08.2009, 12:25
Re: fail again - by Geekzor - 07.08.2009, 18:29

Forum Jump:


Users browsing this thread: 1 Guest(s)