[Ajuda] Como abrir o projeto do plugin?
Bom recentemente resolvi estudar a respeito dos plugins, apenas por conhecimento mesmo, vi que varios dos plugins aqui no forum samp eles disponibilizam o codigo fonte como exemplo o Streamer, enfim,...
View Article[Pedido] Projeto RPG
To afim de Pagar algum programador para transformar um GM de Caminhoneiro totalmente em RPG, alguém?
View Article[Ajuda] erro de sif
gm s & v esta dano esse erro alguem me ajdua Code: C:\Users\rodrigo\Desktop\gm\samp037_svr_R2-1-1_win32\pawno\include\logger.inc(67) : error 017: undefined symbol "GetSVarInt"...
View ArticleNGRP Compile Error 203 (line doesnt exist but why)
Code: C:\Users\HP\Desktop\SA-MP-Development-master\gamemodes\NGRP.pwn(301) : warning 203: symbol is never used: "g_AdminChannelId" C:\Users\HP\Desktop\SA-MP-Development-master\gamemodes\NGRP.pwn(301)...
View Article[Map] 24/7.
Boa tarde, faz um tempo que fiz esse mapa junto com um amigo para um servidor, mas ele acabou fechando e agora vou disponibilizar para vocês, espero que gostem, é um mapa feito do zero para se parecer...
View Article[Map] 24/7 Convenience Store.
Hey guys, how are you? I'm fine thanks. I'll provide this map that I made with a friend for a server, which unfortunately closed ;-; I hope you like it, if you can leave the credits, I thank you. NOTE:...
View ArticleBlaze RP's /f chat and /turfs
Guys I need help, I got blaze RP script, but /turfs and /f chat for gangs is not working what to do?
View Article[Ajuda] Erro ao salvar
Oi galera tudo bom? Espero que sim. Bom vamos começar. Eu fiz essa minha GM do zero estudando tudo o que a de disponível no fórum e vendo alguns videos no YouTube, mas infelizmente ela tem alguns erros...
View ArticleDetect player throwing grenades
Hi, the title says it all: How do I reliably check for when a player throws a grenade? I've browsed the forums already and found this function here. Code: public OnPlayerKeyStateChange(playerid,...
View ArticleAbout my report command
I've made a report command, I'm not sure if it will work or not, Didn't try it out yet because I've one error, Along the way tell me if that command will work properly as it should. Code:...
View ArticleMountain bike Superjump Bind/AHK
Im looking for Mountain bike/BMX Superjump Ahk(Auto hot key) or Bind please (SAMP) thanks
View Articlesscanf problem
Hi, i have a problem. My code is stopping at : Code: sscanf(data, "p<|>fiiiifffs[24]", pInfo[playerid][hp], pInfo[playerid][years],pInfo[playerid][rasa], pInfo[playerid][sex],...
View ArticleMySQL loading data with loops?
Is there any way to load the columns in Mysql database with a loop? I have the following columns in the database: Code: Object1, Object2, Object3, Object4, Object5 I tried something like that, but I...
View Articleinitializing enum array
Code: enum e_my_array { e_my_array_id, Float:e_my_array_length } stock my_array[5][e_my_array] = {{-1, 0.0}, ...}; Quote: error 029: invalid expression, assumed zero Compiles well when initialisation...
View ArticleNGG Yom_buttons compile error
Code: C:\Users\HP\Desktop\SA-MP-Development-master\filterscripts\yom_buttons.pwn(322) : warning 208: function with tag result used before definition, forcing reparse Pawn compiler 3.10.20160907...
View ArticleShould Return value
Direct to problem: Code: CMD:enterfaction(playerid, params[]) { new groupID; new userID = playerid; if(sscanf(params, "d", groupID)) { return...
View Articleserver error on host
Hello... I have a problem with my gamemode. I compile it, run on my home server, it all works, but when i add it to linux server, it gives me an error for an public: Code: [23:44:45] [debug] Server...
View Articleerror "YSI_Data \ y_foreach" help
gamemodes\main.pwn(13) : fatal error 100: cannot read from file: "YSI_Data\y_foreach" I need help, I can not solve this problem, I understand that I'm missing a file but I'm looking for it and nothing...
View ArticleHelp STRCMP
I have this code Code: if(dialogid == DIALOG_LOGIN && response == 1) { new file[256], pname[MAX_PLAYER_NAME]; new pass[256];...
View Article