Search Results
So, when i exit the vehicle and specific angle the player spawns where I want him to spawn but when the vehicle is facing another angle it spawns the player at some other position. It's for the tropic...
59
Nice Idea, thank for your helpful input.
101
dang, thought it was possible to change the glow etc... much appreciated.
101
You guys know how the briefcase has a glow around it, how can I do that for other pick id's or even change the color anyone?
101
help me please someone. Why isn't that object id showing in editor.
256
How to do that? The one you can enter is this id: 19596, but it doesn't appear in the editor.
256
I don't know if this is the right or wrong section but object id: 19596 doesn't load in map editor. <<< http://www.k-dst.de/kategorien.php?k...=SA:MP%200.3.7
256
Have you look at the Ls_Elevator script ? ... i'm trying to determine if the player is inside or outside the elevator... that's won't be of any use to me in what i'm trying to do...
119
So i'm trying to remake ls elevator somewhere and having problems with the cords Is there someway to detect if the player is standing in the elevator i tried many different methods even stream dynam...
119
Quote: Originally Posted by cessil [07:59:32] [ERROR] CMySQLQuery::Execute[OnDoorCreated] - (error #1064) You have an error in your SQL syntax; check the manual that corresponds to your My...
278
http://pastebin.com/rsC6y5hx [ MYSQL logs from when i start the server ] Quote: [08:01:46] [DEBUG] COrm::Create - creating new orm object.. [08:01:46] [DEBUG] COrm::Create - orm object cr...
278
Quote: Originally Posted by FloxX Hello Everybody i want to show you code for Headshot system Lets startt!!!! One shot to the head to kill with sniper rifle Код: public OnPlayerTake...
954
what else pawn Код: YCMD:createdd(playerid, params[], help){     if(PlayerInfo[playerid][pAdmin] < 5) return SCM(playerid, COLOR_RED, "You are unathourized to do this command");     new...
278
I did some reading and it said i should use setkey before using insert but still no luck Quote: [23:21:26] [DEBUG] orm_create - table: "dynamicdoors", connectionHandle: 1 [23:21:26] [DEBU...
278
Quote: [22:27:56] [DEBUG] orm_insert - orm_id: 0, callback: "OnDoorCreated", format: "d" [22:27:56] [ERROR] "orm_insert" - invalid orm id (id: 0) [22:27:56] [DEBUG] orm_update - orm_id: 0 ...
278
The callback isn't being called pawn Код: //under cmdorm_insert(DynamicDoor[dd][ORM_ddID], "OnDoorCreated", "d", dd);//callbackpublic OnDoorCreated(dd){    DynamicDoor[dd][ddID] = cache_insert_i...
278
I'm using BlueG r33+.... I suck @ ORM so i'm trying to switch it up
70
It successfully loads but doesn't successfully save [19:22:41] [DEBUG] cache_get_row_count - connection: 1 [19:22:41] [WARNING] cache_get_row_count - no active cache pawn Код: public OnDoorSave(...
70