Need help with this
#2

Код:
CMD:kill(playerid,params[]) 
{ 
    SetPlayerHealth(playerid, 0); 
    SendClientMessage(playerid,COLOR_RED,"You have commited suicide!"); 
    pDeaths[pInfo]++; 
    return 1; 
}
Код:
enum pInfo 
{ 
    pPass, 
    pCash, 
    pAdmin, 
    pKills, 
    pDeaths, 
}
Reply


Messages In This Thread
Need help with this - by Majava - 18.10.2012, 21:17
Re: Need help with this - by Shockey HD - 18.10.2012, 21:38
Re : Need help with this - by lelemaster - 18.10.2012, 21:57
Re: Need help with this - by Majava - 18.10.2012, 21:58

Forum Jump:


Users browsing this thread: 1 Guest(s)