Search Results
pawn Код:
SetTimerEx("Imposto", 1000, false, "i", playerid); // colocaria na public do Salбrio
pawn Код:
forward Imposto(playerid); // aki vc teria q identificar se o player tem ou nгo casa...
80
Tipo isso!
pawn Код:
new aname[MAX_PLAYER_NAME]; GetPlayerName(playerid, aname, MAX_PLAYER_NAME); if(strcmp(cmdtext, "/aclucas", true) == 0) { //if (!IsPlayerAdmin(playerid)) //return SendClientM...
102
Muito bom o seu projeto, й difнcil ver servidores assim!
1,004
https://sampforum.blast.hk/showthread.php?tid=223926
262
recente!
https://sampforum.blast.hk/showthread.php?tid=481355
114
pawn Код:
SetPlayerSkin(playerid, 0);
161
pawn Код:
new tmp[256], cmdtext[256], strlen[256], idx;
55
pawn Код:
public OnPlayerEnterVehicle(playerid,vehicleid,ispassenger){if(GetVehicleModel(vehicleid) == 448 || GetVehicleModel(vehicleid) == 461 || GetVehicleModel(vehicleid) == 462 || GetVehicleMo...
176
106
Quote:
Originally Posted by Ley
Primeiro criaremos um contador em SetTimer em nossa callback OnGameModeInit:
PHP код:
SetTimer("PayDay", 3600000, 1);Â
Depois criaremos as fu...
108