Search Results
Quote: Originally Posted by Lynn Open task Manager and see if gta_sa.exe is running. That will cause it to instantly crash if so. end the task and retry connecting. It isn't running. H...
291
Hey all, I realize this gets mentioned a lot however I've tried Googling the error code provided to no avail (0 results), and have tried every solution I have been able to come across to try and reso...
291
Hey, I'm new to mapping and created and added a custom interior to my server, probably about 100-200 objects. When I did so, objects that I have attached to vehicles stopped spawning (Lightbars on cer...
141
Quote: Originally Posted by Jabern Change the : PHP код: %d  with : PHP код: %f  PHP код: %d // = decimal  %f //  = float  %s // = string  ...
84
This is probably pretty simple, but I'm unable to figure it out. Saving coordinates to an ini file, this seems to remove the decimal from each float, C1X, C1Y, C1Z.. How would I save it as a float? ...
84
Solved by relocating the code from setplayerspawn to OnPlayerSpawn. Appreciate the help, however.
71
Solved by relocating the code from setplayerspawn to OnPlayerSpawn. Appreciate the help, however. Код: if(FirstSpawn[playerid] != 1) { PlayerInfo[playerid][pDeaths] += 1; SetPlayerHealth(...
71
Quote: Originally Posted by Shinja Update your server, its outdated And don't just ignore such warnings I am/was running the same outdated client, however I have the same issue running...
264
A filterscript was crashing it, however it still restarts over and over again every three seconds or so and I have no idea why and as it's not crashing, crash detect offers no info.
264
Hey, Trying to run a gamemode that I wrote years ago, still have the server exe, script files, everything from when I used to host it no problem, however now the server restarts every five seconds o...
264
I'm trying to change this command *below* to send a message using Quote: SendTeamMessage(2, COLOR_LSPDBLUE, string); SendTeamMessage(1, COLOR_LSPDBLUE, string); SendFamilyMessage...
42
For over 5 months now I've been editing LA-RP to try and improve my ability to script, only I've run into an issue. After switching to SA-MP 0.3, whenever you die you keep respawning in the hospital. ...
82
Quote: Originally Posted by mosh952 Ok, I did what you told me and saved it, then started the server and joined the game but still i only have the desert eagle. Compile it, not save. Hi...
127
If you ever want your server to get on the official list, don't use GF or a GF edit.
65
Quote: Originally Posted by Jefff But U want all what is inside file or brand new All of what was already inside in the file
137
Is it possible to rename a file in scriptfiles? Like typing /name whatever_whatever and the file name changes.
137
I always get that with Vista, then I hit okay and Pawno opens and runs normally.
89
C:\Users\staples036\Downloads\RLRP V2\filterscripts\cars5.pwn(396) : error 017: undefined symbol "udb_encode" C:\Users\staples036\Downloads\RLRP V2\filterscripts\cars5.pwn(397) : error 017: undefined ...
203
Quote: GetPlayerName(playerid, name, sizeof(name)); format(file, sizeof(file), "/vehicles/%s.ini", udb_encode(name)); if(dini_Exists(file)) { dini_Remove(file);
203