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>...
78
PHP код: CMD:setvip(playerid, params[]) {     new ID, str[128];     if(sscanf(params, "d", ID)) return SendClientMessage(playerid, -1, "Use: /setvip [id]");     if(!IsPla...
24
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.
38
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...
38
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...
51
Baixa o "MSVRC100.dll" e coloca na pasta do seu Gamemode. Link: https://pt.dll-files.com/msvcr100.dll.html
51
https://sampforum.blast.hk/showthread.php?tid=428964 https://sampforum.blast.hk/showthread.php?tid=497801
35
PHP код: OnGameModeInit() { DisableInteriorEnterExits(); return 1; } 
27
Estou usando esse FS https://sampforum.blast.hk/showthread.php?tid=331604
137
PHP код: #define GangsFile         "Gangs.sub"  PHP код: stock GangF(gang[]) {     new file[128];     format(file,128,"gangs/%s", gang);     return file; ...
137
Quote: Originally Posted by LucasF Код: public OnDialogResponse(playerid, dialogid, response, listitem, inputtext[]) { if(dialogid == 400) { if(response) { ...
137
Quote: Originally Posted by AuhMaru PHP код: if(!strcmp(DOF2_GetString(GangF(GangsFile), "Nome"), inputtext)     return SendClientMessage(playerid, -1, "O nome jб exist...
137
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...
137
Topo do GM: PHP код: new GetPlayerAdmin[MAX_PLAYERS]; 
48