30.03.2011, 03:33
Quote:
|
Onplayerspawn
Код:
new npcname[MAX_PLAYERS];
GetPlayerName(playerid, npcname, sizeof(npcname));
if(!strcmp(npcname, "YourNPCName", true))
{
SetPlayerSkin(playerid, 114);//whatever skin id u want
SetPlayerColor(playerid, COLOR_DBLUE)//whatever color u want
}
|


