10.10.2010, 15:57
There it is,
And if I put those variabes for scores and shit like that in front of hte other ones ,the "setplayerpos" doesn't work ....And if I do the opposite,the score thingy doesn't work. ...
pawn Код:
public OnPlayerDeath(playerid, killerid, reason)
{
if(theclass[playerid] == Balla)
{
SetPlayerPos(playerid,657.9,1335.7,23.1);
}
Deaths[playerid]++;
Kills[killerid]++;
Score[playerid] -=1;
Score[killerid] +=1;
car[playerid] = 0;
bike[playerid] = 0;
SendDeathMessage(killerid,playerid,reason);
return 1;
}

