PlayerPlaySound is automatic replaying sound
"PlayerPlaySound(i, 183, 0.0, 0.0, 0.0);" is automatic replaying the sound. (Mission Passed Sound) How can I fix it?
View ArticleProblem with /me
When i type it witout space, it appears normally, but when i type it witin space, it shows wrong. https://imgur.com/a/8jKhG Code: if(!strcmp(cmdtext, "/me", true, 3)) {...
View ArticleOnPlayerClickMap problem help [help]
I had done something like this a long time ago and it worked to create that object in any position where I marked on the map but I do not remember how I had done it the first time, I made this attempt...
View Article[zCMD] Array index out of bonus
Hello, i get this error Code: [21:33:41] [debug] Run time error 4: "Array index out of bounds" [21:33:41] [debug] AMX backtrace: [21:33:41] [debug] #0 0003c0b0 in public OnPlayerCommandText...
View Article[Ajuda] Erro no GM
Erros: PHP Code: C:\Users\SnowBorn\Desktop\Projeto [T-D-M]\gamemodes\BASE.pwn(46) : warning 217: loose indentation C:\Users\SnowBorn\Desktop\Projeto [T-D-M]\gamemodes\BASE.pwn(142) : warning 217: loose...
View ArticleWho can help me
How to press key as in this video https://www.youtube.com/watch?time_c...&v=jtwl1ZATR6c
View Article[Tutorial] [0.3.8] Send pre-compressed artwork over http [gzip + Apache]
Hello guys, today I wanted to share a method that pretty much worked out a bit for me. As SA-MP has gzip support through http, this is a very good thing to take advantage of. This guide will use...
View ArticleSA-MP Drift.
Hey guys this is my first video on here, recorded a few minutes of me drifting on sf, quality might be shabby with a decent fps but i couldn't afford to wait for about 3 to 5 hundred of mgbs to get...
View Article[FilterScript] BR Dynamic Rules System
Code: ////////////////////// /////////////////// // // // // // // // // // // // // //...
View Article[Ajuda] Colocar senha em OnPlayerClickTextdraw
Code: if(clickedid == TelaRegistro[5]) { format(gstring, sizeof(gstring), "%s", PROBLEMA AQUI); TextDrawSetString(TelaRegistro[5], gstring); } Eu quero...
View ArticleErro warning: 213: tag mismatch
Olá eu comecei algum tempo a programar pawn e estou tentando fazer um server com base no jogo Dayz, mas "do zero", comecei a fazer os itens jogados no chão e colocar nomes para eles, mas quando eu...
View ArticleFatal Error 100: Cannot read from file: dini
Code: C:\Users\HP\Desktop\CGRP\gamemodes\CG-RP1.pwn(4) : fatal error 100: cannot read from file: "dini" Compilation aborted.Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB...
View Articlewarning 215: expression has no effect Pawn compiler 3
Code: stock PlayerICName(playerid) { new name[MAX_PLAYER_NAME]; if(PlayerInfo[playerid][pMask] == 0) { strmid(name, str_replace('_', ' ', PlayerName(playerid)),...
View ArticleOnPlayerTakeDamage dude [help]
Why does not it work? I want that when a player has 1 life he falls to the ground executing the animation I established and then goes to the Timer that will kill him in 60 seconds but none of this...
View ArticleInclude error out from nowhere
These errors showed up by themselves after a few compiles, everything worked in the script normally, it compiled without any errors, and now suddenly it gives errors. Code: (268) : error 001: expected...
View Article[GameMode] I need a gamemode of Basic Roleplay
I need a gamemode of Basic Roleplay Features : - Login & Register - Administrator System - Licenses System - Ownership Vehicle & Ownership House & Ownership Business & Ownership Garages...
View Article[Ajuda] FilterScript carrega mas não funciona attobj_editor
Bom o filterscript carrega: Code: SA-MP Dedicated Server ---------------------- v0.3.7-R2, (C)2005-2015 SA-MP Team Server Plugins -------------- Loaded 0 plugins. Started server on port: 7777, with...
View Article[DINI] Check Offline Player Money
Hello everyone I'm using dini and I'm trying to make a command which shows the cash of an offline player. But I'm getting an error. I've tried everything but I can't make it work..please help me! :(...
View Article