Search Results
Is there a special function for it, or if there's a script-.. Any chance you could link me to it?
228
Hi. I've been searching everywhere for this idea, and I haven't been able to find a topic like it. I can't figure anything out to make this work. So- Is it possible to put a car on top of a truck lik...
228
Hi- I have a SA-MP server that's hosted via volt host. I've had two servers, and my one friend can't join it. It works for everyone else, but even with different ports, it still says retrieving info.
159
Hi- I made a small script where when you shoot a spot on the ground, or even shoot a player.. It's supposed to TP you to the spot you shot, OR 'slap' the player you shot into the air. The problem is...
69
Hi- I made my own afterdeath system, and it seems that it won't apply the animation I specified. Everything else works, but the player isn't put into the animation and they wont stay there. CheckWoun...
84
Fixed it. Ended up being an error on the Database's behalf, the rows didn't match. Thanks for the suggestions, guys! Especially with crashdetect. I would've been sitting here staring at the script no...
220
R37 still contains all of the functions and such from R33?
220
Line 12846. Код: Factions[factionid][fLeaderRank] = cache_get_row_int(total, 36); This is probably it, because loading the APB's is before loading the factions. Also, I'm using BlueG's MySQL R...
220
Here's the server log itself, with crashdetect. Код: [10:49:59] ========================================== [10:49:59] [10:49:59] Loaded 16 labels from MySQL. [10:49:59] Loaded 5 dynamic gates fr...
220
I've tried a few things so far. Each time I start my server (The host's start button) the server runs for a few seconds, then immediately stops when MySQL begins loading everything. I checked the log...
220
I made this command. /setfaction When you enter /setfaction name [id] or something, it doesn't return any message at all. even if I put in a name and ID, it doesnt do anything at all. Код: CMD:s...
84
The check fails, I guess. The return message doesn't pop up, and it just lets you in the car no matter what.
89
hi- I'm currently using OnPlayerenterVehicle, but this check I have, isn't working. Код: if(IsFactionVehicle(vehicleid) && PlayerInfo[playerid][pFac] != GetVehFaction(vehicleid)) { ...
89
Hi. I made this faction system command, and it returns fine, however when I put a value for some of the sub-options, it doesnt do anything. Код: CMD:setfaction(playerid, params[]) { new string[1...
81
Hi- I'm making a bug system, and the way to see an active bug is by a dialog. However, I can't figure out how to make it add a new line to the list dialog for each bug report that's added. Код: ...
53
Nope- there's nothing else involving OnPlayerUpdate. I can't figure out what the issue is.
111
So, I've been trying to compile my script, but it's giving me error 021. Here's the error. Код: C:\Users\Scoot\Desktop\GSRP\gamemodes\gecko.pwn(25115) : error 021: symbol already defined: "OnPla...
111
Код: C:\Users\Scoot\Desktop\gecko\gamemodes\Gecko.pwn(1386) : error 090: public functions may not return arrays (symbol "GetPlayerRank") :c
101
Hi- I made a public function for faction ranks (probably noobish :c) But anyway. Made a test command, too. Код: forward GetPlayerRank(playerid); public GetPlayerRank(playerid) { new ranktext[6...
101