19.04.2009, 22:58
Yes...You Changed nothing....
...
But I got It I had to add this from my command:
But I want To Add something like this now:
if(DeathScore[playerid]==1)
{
rank[playerid] -=1;
SendClientMessage(playerid,COLOR_RED,"You Lost A Level For Dieing!");
}
...
But I got It I had to add this from my command:
Код:
if(KillScore[playerid]==0) { rank[playerid] = 0; ResetPlayerWeapons(playerid); GivePlayerWeapon(playerid,22,500); SendClientMessage(playerid,COLOR_RED,"You Are On Level 1: Dual Pistols!"); } ...and so on
if(DeathScore[playerid]==1)
{
rank[playerid] -=1;
SendClientMessage(playerid,COLOR_RED,"You Lost A Level For Dieing!");
}