03.02.2016, 17:03
i have some problem with this
i want that player respawn but i have no idea b/c i am new so plz help me how can i set this that player respawn plz plz plz help me
Quote:
if(InDMS[playerid] == 1) { SetPlayerHealth(playerid,0); SendClientMessage(playerid,COLOR_LIGHTGREEN,"You Have Left The Deathmatch Stadium."); format(string, sizeof(string), "%s (%d) Has Left Deathmatch Stadium. (/leave)",PlayerInfo[playerid][pName],playerid); SendClientMessageToOthers(playerid,COLOR_LIGHTGREE N,string); InDMS[playerid] = 0; } |