Search Results
increase your string size. Код: UpdatePlataTD(playerid) { new stringic[50]; format(stringic, sizeof(stringic), "~r~Plata: ~w~%d~g~$", PlayerInfo[playerid][xPlatniRacun]); PlayerTextDraw...
148
Quote: Originally Posted by adri977 download link removed please update the download Last edited by ******; 20/07/2013 at 12:52 PM.
2,261
Код: CMD:mute(playerid, params[]) { new id, reason[64], time; if (sscanf(params, "dS(No Reason Given)[24]d", id, reason, time)) { SendClientMessage(playerid, -1, "USAGE: /mute ...
157
Quote: Originally Posted by Shadow0707 would be nice if you upload a clear sql file. Tables will get created automatically if they don't exist.
816
Код: forward CreateActors(playerid, name[], desc[], skin, type, anim); public CreateActors(playerid, name[], desc[], skin, type, anim) {
177
Quote: Originally Posted by LeonardoSantino the downlink are expired https://github.com/maddinat0r/sscanf/releases
15,531
Код: public OnPlayerDisconnect(playerid, reason) { KillTimer(healthtimer[playerid]); return 1; }
172
Код: stock GetPlayerNameEx(playerid) { new name[MAX_PLAYER_NAME + 1]; GetPlayerName(playerid, name, sizeof(name)); for (new i = 0, len = strlen(name); i < len; i ++) { if (name[i] == ...
193
Код: CMD:ann(playerid, params[]) { if(Player[playerid][Level] < 5 && !IsPlayerAdmin(playerid)) return SendClientMessage(playerid,-1,"{0099FF}>> {EEEEEE}Error: {0099FF}You Need...
108
PHP код: new AutoFix[MAX_PLAYERS]; public OnPlayerUpdate(playerid) {     if(GetPlayerState(playerid) == PLAYER_STATE_DRIVER)     {         if(AutoFix[playerid] == 1)   ...
258