Posts: 120
Threads: 26
Joined: Feb 2011
Reputation:
0
So yeah the question is , is it possible to have npc bot's when choosing skin ? (OnPlayerRequestClass)
Posts: 74
Threads: 12
Joined: Dec 2011
Reputation:
0
public OnPlayerSpawn(playerid)
{
if(!strcmp(playername,"BotName",true)) {
SetPlayerSkin(playerid, 61); //skin id :remplace 61
return 1;
}
return 1;
}