Guys can you help me with /pc (player color) cmd - 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: Guys can you help me with /pc (player color) cmd (
/showthread.php?tid=511159)
Guys can you help me with /pc (player color) cmd -
cleanboy - 04.05.2014
hey, i'm tired searching the whole forum just to find /pc cmd, it is player color command which says the color of the player in the game like red - suspect, blue - police, white - civilian and etc.. please help me, or give me a link if u already have it or found it! regards! thanks
Re: Guys can you help me with /pc (player color) cmd -
superrobot48 - 04.05.2014
1st )
This is not a script request THREAD!
2nd) Here it is
pawn Код:
CMD:pc(playerid,params[])
{
#pragma unused params
SendClientMessage(playerid,COLOR_GREEN," Red = Criminal , Blue = Cops ,.blah blah");
return 1;
}
Re: Guys can you help me with /pc (player color) cmd -
cleanboy - 04.05.2014
i know, where i will put that? i will make a new fs using pawno?