Search Results
PHP код: CMD:ann(playerid, params[]){    new texto[100], tempo;    if(sscanf(params, "s[100]", texto, tempo)) return SendClientMessage(playerid, -1, "use: /ann <texto>...
232
PHP код: CMD:setvip(playerid, params[]) {     new ID, str[128];     if(sscanf(params, "d", ID)) return SendClientMessage(playerid, -1, "Use: /setvip [id]");     if(!IsPla...
97
Quote: Originally Posted by RodrigoMSR Inseriu as databases da include em scriptfiles? Em localhost ou Hamachi nгo funciona. Sim, jб coloquei as databases. Vou testar em uma Host.
107
Estou usando a include geolocation, sу que nгo tб pegando o Pais, Cidade e ISP(Sу fica Unknown) Alguйm pode ajudar? Chatlog: Quote: player (0) Entrou no servidor. Pais: Unknown | Ci...
107
Alguйm pode me ajudar com isso? Console: Код HTML: [debug] Run time error 4: "Array index out of bounds" [debug] Attempted to read/write array element at index 65535 in array of size 150 [debu...
134
Baixa o "MSVRC100.dll" e coloca na pasta do seu Gamemode. Link: https://pt.dll-files.com/msvcr100.dll.html
99
https://sampforum.blast.hk/showthread.php?tid=428964 https://sampforum.blast.hk/showthread.php?tid=497801
103
PHP код: OnGameModeInit() { DisableInteriorEnterExits(); return 1; } 
86
Estou usando esse FS https://sampforum.blast.hk/showthread.php?tid=331604
324
PHP код: #define GangsFile         "Gangs.sub"  PHP код: stock GangF(gang[]) {     new file[128];     format(file,128,"gangs/%s", gang);     return file; ...
324
Quote: Originally Posted by LucasF Код: public OnDialogResponse(playerid, dialogid, response, listitem, inputtext[]) { if(dialogid == 400) { if(response) { ...
324
Quote: Originally Posted by AuhMaru PHP код: if(!strcmp(DOF2_GetString(GangF(GangsFile), "Nome"), inputtext)     return SendClientMessage(playerid, -1, "O nome jб exist...
324
Tф tentando bloquear pro player nгo criar gang com mesmo nome, mas nгo tб funcionando. Alguйm pode ajudar? PHP код: public OnDialogResponse(playerid, dialogid, response, listitem, i...
324
Topo do GM: PHP код: new GetPlayerAdmin[MAX_PLAYERS]; 
122