30.11.2014, 22:24
Quote:
cara tem como vc fazer 1 pedaзo n? pra mim tipo o codigo
public OnPlayerDeath(playerid, killerid, reason) { if(killerid != INVALID_PLAYER_ID) { // Award $1000 to the killer GivePlayerMoney(killerid, 1000); SendClientMessage(killerid, -1, "You have been awarded $1000 for the kill."); } tipo isso pra mim n? |