Search Results
-.- thank you all! You've all helped greatly! Telling me what type of forum this is, what sql means and that it's completely separate from samp! This all helped heaps! Okay, on all seriousness, I ap...
130
G'day! I am just trying to make something simlilar to this. pawn Code: stock GetNextSQL(id[],table[]){    format(query,sizeof(query), "SELECT `%s` FROM `%s` ORDER BY `id` ASC", id,table);    my...
130
pawn Code: SetupPlayerForClassSelection(playerid){    SetPlayerInterior(playerid,14);    SetPlayerPos(playerid,258.4893,-41.4008,1002.0234);    SetPlayerFacingAngle(playerid, 270.0);    SetPl...
78
Cheers Mason but no go :/ I added a line to print my XYZ position On numerous cases, logged in, ran around for a bit and then logged out. Here are the results... Not good. :/ pawn Code: public OnPla...
100
G'day. Okay... I am pretty lost on how to explain what's happening without confusing ya. Basically, When you login, you spawn where you logged out 2 times ago. 1 Login - Freight Roof 1 Logout - Str...
100
Assuming that you have pawn Code: new cartype = GetPlayerVehicleID(playerid); In callbacks aswell as a global, either remove/rename either one should fix your problem.
140
To create a gangzone I believe you're looking for GangZoneCreate pawn Code: GangZoneCreate(Float:minx, Float:miny, Float:maxx, Float:maxy); AddPlayerClass is for creating a player class in the spawn...
81
Sorry buddy I have no idea on how to fix your problem or what ever. Just letting ya know that you're not allowed to bump your post within 24 hours of the original post. Cheers
79
No sorry, I didn't quite understand what you were asking. OnPlayerClickPlayer is only for the currently online players. To display offline players is a little too far fetched for my knowledge. I woul...
161
pawn Code: #include <a_samp>#include <streamer>public OnFilterScriptInit(){    CreateDynamicObject(1350, -2089.53979, -128.73901, 34.07587,   0.00000, 0.00000, 184.95232);    return ...
86
Have you looked into OnPlayerClickPlayer? pawn Code: public OnPlayerClickPlayer(playerid,clickedplayerid,source) Then just call a dialog off of that.
161
Cheeeers!! I was looking at using BlueG's just thought I'd grab some opinions first. Don't know anything about threaded queries but do want to learn... Best place to read up about them in a sa-mp si...
216
Have you removed all of the 'removebuildingforplayer' Lines, compiled and restarted the server?
85
Hey! Just a simple question. If you were to start another GM, which SQL plugin would you use? Cheers! Deal.
216
Isn't R35 incompatible with unthreaded queries? Hence the reason I've stuck with R5, since I have no idea how to thread them and was told that threading them was only needed for HUGE queries not just ...
193
Can't say I have ever had a missing bracket without errors, but always a first right? My MySQL is out dated? Howso?
193
I understand that, however If I was to have missed a bracket I'd be receiving errors on compile, which I am not as previously stated. And yes, I know it has nothing to do with YSI but from what I und...
193
I understand that YSI may be out of date, which I am just about to update now, however I don't think that's causing my problems.
193