some body help me plz a little problem
#2

PHP код:
if(InDMS[playerid] == 1)
{
    
SetPlayerHealth(playerid,0.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_LIGHTGREEN,N,string);
    
InDMS[playerid] = 0;
    
SpawnPlayer(playerid);// so or:
    //SetPlayerPos(playerid,1.0,1.0,1.0);//here the coordinates.

You can choose SpawnPlayer(playerid); or direct SetPlayerPos.

# EDIT:
Please delete the other thread which you started.
Reply


Messages In This Thread
some body help me plz a little problem - by AriF786 - 03.02.2016, 17:01
Re: some body help me plz a little problem - by Mencent - 03.02.2016, 17:03

Forum Jump:


Users browsing this thread: 1 Guest(s)