Plugins not loading
So I have the plugins in my FTP as shown here(except for crashdetect): But I get these errors sadly: PHP Code: SA-MP Dedicated Server ---------------------- v0.3.7-R2, (C)2005-2015 SA-MP Team...
View ArticleMysql selecting all players that have certain variable
I want to print all members from certain faction. This what I will post works but it prints only one player from database. I think callback CheckOrgPlayers isn't working properly. PHP Code:...
View ArticleNotepad++ isn't showing hints
Hello, my Notepad++ isn't showing hints, like when I type for example "IsPlayerConnected", then add "(", I can't see hint for it, but they are enabled, any ideas please? :)
View Article[Ajuda] PlayerTextDrawTextSize
Queria saber como faço pra usar esta função, pós quando uso não funciona. Queria saber se alguém poderia criar um exemplo. Obrigado!
View ArticleFCNCP Crash
Hey i`m trying to run DayZ 9.1 but it gives me this error! need little help +rep Code: ======================== FCNPC Exception Handler =============================== Address: 0x744D72C6 Registers:...
View ArticleHelp Float
So the the Float are 1.000000, 6 decimals new strc[128],Float:realnum,decimals; format(strc,sizeof(strc),"%.%df",realnum,decimals) ; decimals = 2; so the float should return 1.00, but don't work
View ArticleHelp .
I WANT DO SET VIP TIME IS 30DAYS , BUT ME DON'T KNOW TIME. i use .ini Code: Code: CMD:setvip(playerid,params[]) { if(pInfo[playerid][pAdminLevel] >= 5) { new...
View ArticleWhy is this returning a bad command?
The command WORKS but if you're not an admin or in a vehicle as it says, it returns the unsuccessful command performed message. PHP Code: CMD:parkcar(playerid, params[]) { new string[128],...
View ArticleHelp
I used this filterscript http://forum.sa-mp.com/showthread.php?t=581553. But i wanna create time after player used /getgift 2 hours for type /getgift again. And save player gift timer, any help me ?...
View ArticleCMD:track
Hello, Iam making /track so Should i use this? PHP Code: if(IsPlayerRegisterd[id] == 1) Reg = "Yes"; else Reg = "No"; or PHP Code: if(IsPlayerRegisterd[id] == 1) { case 0:...
View Articleerrors on compiling
hi i got this error: HTML Code: gm.pwn(20829) : warning 217: loose indentation gm.pwn(20836) : warning 217: loose indentation gm.pwn(39369) : error 017: undefined symbol "idz" gm.pwn(39371) : error...
View Article[FilterScript] DeathMatch Event [Friendly, Funny, Controllable]
Death Match Event System Introduction Hello there, so i'm releasing today my first new system, it's a DM Event, i recommend you to use it in your server! it's great for RolePlay,Freeroam,TDM,CnR, And...
View ArticleCore Features of Game Modes
What do you consider to the the core features of any gamemode (regardless of server type)? Core features being features that would be required in any game mode for a basic workable script. My list...
View ArticleDifference
Whats the difference between both codes? PHP Code: enum { DIALOG_TEST } public OnDialogResponse(playerid, dialogid, response, listitem, inputtext[]) { if(dialogid == DIALOG_TEST) { //code }...
View Articleerrors help
PHP Code: 516) : error 035: argument type mismatch (argument 3) (517) : error 035: argument type mismatch (argument 3) PHP Code: stock RegisterPlayer(playerid, password[]) { new strdate[20],...
View ArticleMySQL get the id of last affected row
How can you get the ID of last updated row in pawn?
View ArticleI need scripter help
Hello I don't know if this is the right section or not, but I will post because I'm new here. I just read that if I need a scripter help ? I just upload a simple CNR server and it's needs a lot of...
View ArticleCSRF XSS CSRF RCE protection
Hello, I've just found an HTTP vulnerability in my server UCP, anyone can use a POST method (form) and inject the code with it, so he will be able to ban or kick anyone in the server, if anyone knows...
View ArticleMagic number
I need a magic numer to have the velocity of a vehicle in kph... Code: GetVehicleVelocity(vehicleid,speed_x,speed_y,speed_z); final_speed =...
View Article