Search Results
Looking for a HIGHLY experienced scripter to fix a MAJOR mysql bug within my gamemode I have debugged everything and everything loads perfectly but the login is not working i can pay top $$$$ pm me or...
202,320
Okay so i have made a cmd to attach this object to you but how would i get it removed? Код: ew rand = random(sizeof(RandomCheckpoint)); SetPlayerCheckpoint(playerid, RandomCheckpoint[rand][0...
54
how do i attach the hotpizzabox 1582 to a players arm
49
 gps
how do i make this so a dialog and people can select it and a checkpoint on there location Код: enum eGPSLocations { gpsLocName[32], Float:gpsX, Float:gpsY, Float:gpsZ, }; new GPSLocations[][...
77
Код: {2362.9297,-1643.3599,14.3082, 10.0}, {2523.2732,-1679.4453,15.4970, 10.0}, {2385.5972,-1712.9681,14.1828, 10.0},// {2402.3721,-1714.6311,14.1328, 10.0},// ...
57
Код: C:\Users\ii\Desktop\New Folder (7)\gamemodes\dnrp.pwn(13923) : error 029: invalid expression, assumed zero C:\Users\ii\Desktop\New Folder (7)\gamemodes\dnrp.pwn(13923) : error 029: invalid ex...
95
How does the system work? we need more information if your not going to show us code.. when he types a command it brings up checkpoints? when he enters the checkpoint it pays him? it could be multiple...
144
Yea i fixed it i really need to stop be lazy
66
Код: CMD:makeatm(playerid, params[]) { if(!CheckAdmin(playerid, HIGH_ADMIN_LEVEL)) return NotAuthMSG(playerid); new atmid, atminfo[256], interior, Float:x, Float:y, Float:z; if(sscanf(params,"s...
66
i get this when i start my server. new to mysql, Код: [16:20:36] [debug] Run time error 3: "Stack/heap collision (insufficient stack size)" [16:20:36] [debug] Stack pointer (STK) is 0x5FAEFBC, h...
44
I want to add where, if you have a deagle in your scroll menu, if its in your hand it shows in your hand but when you scroll out of it i want it to use AttachObjectToPlayer to attach the deagle to the...
49
Well you have to provide the mysql hostname so for example my test server is #define host "localhost" // The SQL host, if its localhost, or whatever its hosted on. #define user "ucp" // this is the u...
113
Код: Код: [21:06:42] Loading plugin: sscanf [21:06:42] Failed (plugins/sscanf: cannot open shared object file: No such file or directory) [21:06:42] Loading plugin: streamer [21:06:42] ...
44
Quote: Originally Posted by 1Deagle1 Код: TextDrawSetString(slot, string); TextDrawSetString(playerid, SlotInfo[playerid], string2); Now fixed. // put this under " public Login...
211
Alright, here is my td code, Код: RadioInfo[playerid] = TextDrawCreate(520.000000, 108.000000, "~b~Radio Info"); TextDrawBackgroundColor(RadioInfo[playerid],0x000000ff); TextDrawFont(RadioInf...
211
Quote: Originally Posted by 1Deagle1 Updated** I did a small mistake but fixed it D: Put this under "OnPlayerConnect" Alright and do i want to empty the textdraw box or keep it the sam...
211