02.02.2014, 01:44
eu presiso criar new sobre esse
public OnPlayerDeath(playerid, killerid, reason) {
if (GetPVarInt(playerid, "noX1") != 0 ) {
DeletePVar(playerid, "noX1");
DeletePVar(killerid, "noX1");
}
return 1;
}
?
public OnPlayerDeath(playerid, killerid, reason) {
if (GetPVarInt(playerid, "noX1") != 0 ) {
DeletePVar(playerid, "noX1");
DeletePVar(killerid, "noX1");
}
return 1;
}
?