Search Results
i have already done. total 247 table
33,889
Quote: Originally Posted by Sew_Sumi Just saying, are you even reading the logs... You installed MySQL but you haven't even configured the username and password so it's still not fixed. ...
33,889
after config mysql. same Code: v0.3.7-R2, (C)2005-2015 SA-MP Team [09:44:01] [09:44:01] Server Plugins [09:44:01] -------------- [09:44:01] Loading plugin: crashdetect [09:44:01] CrashDetect v4...
33,889
Connection Error Detected in Threaded Query
33,889
Code: SA-MP Dedicated Server ---------------------- v0.3.7-R2, (C)2005-2015 SA-MP Team [08:22:52] [08:22:52] Server Plugins [08:22:52] -------------- [08:22:52] Loading plugin: crashdetect [08:22:...
33,889
billboard bug Код: [20:39:22] [debug] Run time error 4: "Array index out of bounds" [20:39:22] [debug] Attempted to read/write array element at negative index -1 [20:39:22] [debug] AMX backtrace...
48,760
Quote: Originally Posted by L97 Here: Код: CMD:carpos(playerid, params[]) { new CARID; if(sscanf(params, "i", CARID)) // Check if there's a param { // There's no param: SendClient...
236
Quote: Originally Posted by Beryllium I still can't understand what do you want, Do you want the car teleport to someone's position? or Do you want a player to teleport a vehicle using its...
236
Quote: Originally Posted by Lucases Код: CMD:carpos(playerid, params[]) { new string[128], CARID; if(sscanf(params, "i", CARID)) // Check if there's a param { // There's no param: ...
236
hi .. can someone help me, how do i make cmd / findcar with checkpoint Код: CMD:carpos(playerid, params[]) { new string[128], CARID; if(sscanf(params, "i", CARID)) // Check if there's a param ...
236
Quote: Originally Posted by Kraeror Don't listen to people, which don't know what they are writing! vehicleid is a variable defined with GetVehicleID in the code: PHP код: new veh...
247
Quote: Originally Posted by Kraeror Can You show us the variable JOB_TAXI? Where it is created and where is it defined? I create a job with /createjob ingame, there are some job taxi co...
247
Quote: Originally Posted by Ritzy Try this under OnPlayerEnterVehicle? Код: GetVehicleModel(vehicleid) == 420 Edit: You can Just replace CJOB_TAXI with 410 in your code itself and giv...
247
Quote: Originally Posted by Ritzy Are you sure CJOB_TAXI is the vehicle ID? Also, you need to post more lines above it. And which line is 18649? yes i added this Код: new CJOB_TAXI...
247
Код: C:\Users\memek\Desktop\server\sc mod\gamemodes\roleplay.pwn(18649) : error 029: invalid expression, assumed zero C:\Users\memek\Desktop\server\sc mod\gamemodes\roleplay.pwn(18649) : error 029...
247
Quote: Originally Posted by Lucases SA:MP can only detect GTA SA keys like KEY_FIRE or KEY_SPRINT If you want to use NumPad8 then you should set on of your GTA sa controls to NumPad8. I wi...
209
Quote: Originally Posted by Sew_Sumi This is not how you ask for help. What you need to look at is OnPlayerKeyStateChange, and that's what you need to be using for this. it may be eas...
209
Код: CMD:engine(playerid, params[])
209
Quote: Originally Posted by adammal Change your CloseGate function to this: PHP код: forward CloseGate(gateid, linkid, Float:fX, Float:fY, Float:fZ, Float:speed, Float:fRotX...
170
Quote: Originally Posted by AlexMSK new gobj; Really nice! Thanks. thanks for it I have to change static gobj so new gobj
1,988