SA-MP Forums Archive
Taxi Script - 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)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Taxi Script (/showthread.php?tid=70932)



Taxi Script - CJ101 - 28.03.2009

[TAXI]: $s needs taxi service. type /accept to do the job

will not pop up.

http://pastebin.com/m6052852



Re: Taxi Script - NigNog1 - 28.03.2009

Код:
SendClientMessage(playerid,COLOR_GREEN,string);
From my understanding, that playerid parameter should be i on line 19 just under where you formatted the message.




Re: Taxi Script - CJ101 - 28.03.2009

thats where it is, but i still get the problem.


Re: Taxi Script - member - 28.03.2009

pawn Код:
format(string, 257,"[TAXI]: %s needs taxi service. type /accept to do the job",pname);
it's '%s' no '$s'


Re: Taxi Script - FUNExtreme - 28.03.2009

GetPlayerSkin(i, blah
SendClientMessage(i


Re: Taxi Script - CJ101 - 28.03.2009

Quote:
Originally Posted by FUNExtreme
GetPlayerSkin(i, blah
SendClientMessage(i
wow i cant belive i didnt notice that


Re: Taxi Script - ICECOLDKILLAK8 - 28.03.2009

http://pastebin.com/f48f20e0b
That should work, I also made a few improvements