How to make... - 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: How to make... (
/showthread.php?tid=134881)
How to make... -
Steven82 - 17.03.2010
Ok for spawn color i got the first skin spawn all white and yada yada yada i know you guys probilby hate roleplays..but anways..how do i set everyskin to spawn with the white name?
Re: How to make... -
cessil - 17.03.2010
SetPlayerColor
https://sampwiki.blast.hk/wiki/SetPlayerColor
Re: How to make... -
Babul - 18.03.2010
eeerm.. usually i dont post if its not useful.. BUT:
roleplay pwns, especially in GTA. there are countless games to DM, its the worst style of gaming imo, coz it dont needs thinking at all - only good aiming/mouse controls and quick reactions. those who likes DMing, should play some games that fits well for this.
in advance, to avoid flamewars now - in germany we ARE allowed to say what we want, and i say:
° DM=retarded.
° DMers are retarded.
° everybody who thinks different, is retarded too.
° thats not the DMers failure, its his parents fail - maybe too bad food as a child avoiding braincells growing, idk. and, most important: IDC ^^
thats just my opinion.
everybody who wants to flame me for this, go on, plz! make me laugh a lot

i know, in a game that is that well equipped with weapons, excluding duels at all is wrong, but with samp there are far more possibilities to script than just a dumb shooting-only game. thats maybe the reason for most DM servers being almost empty all the time... and scripting a DM server would cost each skilled scripter... hm... maybe 3 or 4 days? thats the low niveau of bad servers attracting bad "low-niveau-ed" players. so.. i dont give a fuck for them at all. play some go!, or chess, or, if its too hard, maybe checkers. if thats too hard too, try tic-tac-toe! hahaha
ontopic:
Код:
public OnPlayerSpawn(playerid)
{
SetPlayerColor(playerid,0xffffffff);
}
Re: How to make... -
Steven82 - 18.03.2010
Quote:
Originally Posted by cessil
|
Yeah but like how do i make all the players spawn with the color white above heads only. Not no like blue and purple and shit.
Re: How to make... -
Deat_Itself - 18.03.2010
Quote:
Originally Posted by Steven82
Quote:
Originally Posted by cessil
|
Yeah but like how do i make all the players spawn with the color white above heads only. Not no like blue and purple and shit.
|
As babul said before ,it will set everyone`s color to white .
public onplayerspawn
Код:
SetPlayerColor(playerid, white);