problem with id and name - 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: problem with id and name (
/showthread.php?tid=390301)
//solved -
EterNo - 05.11.2012
SOLVED.
Re: problem with id and name -
EterNo - 05.11.2012
upppp
Re: problem with id and name -
Azazelo - 05.11.2012
Do you get Kiler name when you test it ?
Do you see this message when you kill some one ?
Quote:
format(string,128,"* {63B8FF}VLA {FFFFFF}%s {63B8FF}has killed LSV {FFFFFF}%s",killer,name);
SendVLAMessage(COLOR_1GREEN, string);
format(string,128,"{0000CD}* LSV {FFFFFF}%s {0000CD}was pwned by VLA {FFFFFF}%s",name,killer);
SendLSVMessage(COLOR_BLUE, string);
|
and what this do ?
Quote:
if(IsWar && killerid != INVALID_PLAYER_ID)
|
Re: problem with id and name -
EterNo - 05.11.2012
//solved
Re: problem with id and name -
EterNo - 06.11.2012
upppp