Search Results
Quote: Originally Posted by xpress48 C:\Users\Justas\Desktop\Kita\SA-MP [GM]\GL\gamemodes\GL.pwn(620 : error 029: invalid expression, assumed zero C:\Users\Justas\Desktop\Kita\SA-MP [GM]\G...
111
I would assume it is once you spawn. Before you spawn there would be nowhere for your color marker to be
85
Trying to change my script over to MySQL and I am getting the following error. I blocked out the password spot and part of the IP part. pawn Код: 19. #define MYSQL_HOST  100.42.##.#:208220. #def...
83
pawn Код: // This is a comment// uncomment the line below if you want to write a filterscript//#define FILTERSCRIPT#include <a_samp>#include "../include/gl_common.inc"#if defined FILTERSCRIP...
79
Put the register/login dialog on a timer. So that it opens after 10 seconds. Which is the when the textdraws should be gone
131
What is the quickest way to read one line from an INI file. I am wriitng a filterscript and I want to be able to check the user's admin level from the gamemode in the filterscripts folder. I just want...
56
Sorry? I'm not sure what you mean. I don't have anything of the sort in my script. Here is my whole script. I never have those commands on callbacks. I've made filterscripts/gamemodes before doing it ...
154
I am using ZCMD, yeah, all he did was add another opening bracket which would throw it off. I just don't understand why I am getting that message back when I never returned 0
154
Quote: Originally Posted by DeStunter no, you are returning 0 somewhere which is causing the Server Unknown Command. Well I know returning 0 gives you that message. But I didn't return ...
154
Quote: Originally Posted by lulo356 pawn Код: CMD:ticket(playerid, params[]){{ //this was missing..        new text[128];        if(!sscanf(params, "s[128]", text)){       ...
154
Probably some stupid mistake, I'm just not seeing it. When a user tries /ticket, it says "USAGE: /ticket [question]" which is should. However, if they use "/ticket Hello World" it gives them Код: ...
154
PHP код: CMD:usecrack(playerid, params[])  {      if(PlayerDrugInfo[playerid][pCrack] = 0) return SendClientMessage(playerid, COLOR_RED, "You don't have any crack left!");  ...
96
Why did you post it twice? https://sampforum.blast.hk/showthread.php?tid=514152 https://sampforum.blast.hk/showthread.php?tid=514153
123
You can also shoot me a PM too if you have any question about it. I learned from someone on this forum so I am more than happy to help someone getting into it. Also, you could message me on skype too,...
84
Well, to begin wih, they can't be named the same thing, so do this pawn Код: new camp1 = AddStaticVehicle(508,1062.0916,-1772.6073,13.7336,90.4973,1,1); // camp1new camp2 = AddStaticVehicle(508,10...
160
They won't spawn unless you put the code in. If you don't want them to spawn, just delete that code.
160
Haven't really done much with anti-cheat scripts at all. Is the best method for it just making timers that check to see if their was a huge spike in money/etc. Or just check like OnPlayerChangeWeapon ...
61
Quote: Originally Posted by DamonD PLEASE You first posted at 12:21pm, then again 9 minutes later, and again 27 minutes after that. Pretty sure this forum has a rule that you can only ...
126