Quote:
Originally Posted by Gammix
pawn Код:
public OnDialogResponse(playerid, dialogid, response, listitem, inputtext[]) { if(dialogid == 0) { if(response) { switch(listitem) { case 0: { SetPlayerSkin(playerid, 1);//The Truth Skin TogglePlayerSpectating(playerid, false); return SpawnPlayer(playerid); } } } } return 1; }
You did all right but forgot to reset player spectate mod and spawn.^^
|
Spawned as CJ at Blueberry...
My problem was such a brick!