12.10.2009, 16:09
I know this question asked severval times.. .
how to remove npc from map ?
how to remove npc from map ?
any scripters who have done it HELP !!
|
Originally Posted by Joe Staff
0xRRGGBBAA format, if you set AA to be 00, he won't show on the map.
|
|
Originally Posted by RoamPT
SetPlayerColor(playerid,YOUR_COLOR_HERE);
Quote:
|
#define COLOR_BLANK 0xFFFFFF00
public OnPlayerSpawn(playerid)
{
if(IsPlayerNPC(playerid)) { SetPlayerColor(playerid,COLOR_BLANK); return 1; }
return 1;
}