Jump to content
  • 0

pomoc NPC location


lukaskybl

Dotaz

2 odpovědí na tuto otázku

Recommended Posts

  • 0

OnPlayerSpawn

 

if(IsPlayerNPC(playerid))
{
new tvujbot[MAX_PLAYER_NAME];
GetPlayerName(playerid, tvujbot, sizeof(tvujbot));
if(!strcmp(tvujbot, "JmenoNPC" ,true))
SetPlayerColor(playerid,MOJE_BARVA); //Jakou barvu bude mit xD
}

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...