SA-MP Forums Archive
Two Computers on player connect. - 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: Two Computers on player connect. (/showthread.php?tid=154972)



Two Computers on player connect. - Ihsan_Cingisiz - 16.06.2010

Hello i'm trying to make that if a player connect that right the playername
and two computer (red on logout, blue on login) but i don't know how, i tried something
but it doesnt work.
Quote:

new str100[100];
format(str100, sizeof(str100), "Has Joined", str100);

SendDeathMessage(playerid,playerid,str100);




Re: Two Computers on player connect. - Stepashka - 16.06.2010

These icons are removed


Re: Two Computers on player connect. - DJDhan - 16.06.2010

Код:
SendDeathMessage(INVALID_PLAYER_ID,playerid,201);
SendDeathMessage


Re: Two Computers on player connect. - Ihsan_Cingisiz - 16.06.2010

Quote:
Originally Posted by stepmex
These icons are removed
Ok but how can i make that it displays any image doesnt matter example

Ihsan_Cingisiz [Fist Icon] Has joined

How can i display that??


Re: Two Computers on player connect. - Stepashka - 16.06.2010

SendDeathMessage(INVALID_PLAYER_ID,playerid, iconid);

https://sampwiki.blast.hk/wiki/Weapons
iconid - first column


Re: Two Computers on player connect. - NewTorran - 16.06.2010

Quote:
Originally Posted by Ihsan_Cingisiz
Quote:
Originally Posted by stepmex
These icons are removed
Ok but how can i make that it displays any image doesnt matter example

Ihsan_Cingisiz [Fist Icon] Has joined

How can i display that??
You cant make it say Has joined just Ihsan_Cingisiz [ICON]