Search Results
Quote:
Originally Posted by RayDcosta
try downloading the file from dll-files.com and adding it to ur system32 directort (on windows)
NOT RECOMMENDED - but if nothing else works, this is ...
280
Quote:
Originally Posted by Konstantinos
Download the server package and try again.
I'm sorry, but did you miss the main post?
Quote:
Originally Posted by Da_Noob
I tried d...
280
I've recently started to script again but whenever I want to compile it it throws me an error.
it says pawnc.dll is missing, while it's not.
I tried downloading the newest server package and compilin...
280
Thanks for all the replies guys, I hope you like it.
If there are any bugs, you can always PM me.
1,431
Quote:
Originally Posted by edwardluciano
you can tell me something ?
Код:
if (!strcmp(text, "!level", true))
{
if (PlayerInfo[playerid][pAdmin] >= 21 && Playe...
511
I don't even know what you're asking and you should intent your code because right now it's impossible to read.
255
EDIT: Fixed, turns out I forgot to put some folders and such into my scriptfiles. WORKS NOW.
So I got this problem that whenever I start my server up it keeps looping.
When you see my server_Log.t...
104
Try this
pawn Код:
new Float:x, Float:y, Float:z;GetPlayerPos(pID, x, y, z);if(IsPlayerInRangeOfPoint(playerid, 10, x, y, z)) { /* do your things here */ }
169
Add this: CarInfo[carid][cModel] = model;
125
I've found that the server crashes whenever SaveStaticVehicles(); get called.
Here's the function
pawn Код:
forward SaveStaticVehicles();public SaveStaticVehicles(){ if(!fexist("/LERP/stati...
255
Use == in your if-statement instead of=
199
I'm on my laptop so I don't got acces to my script, but
this is my SaveServerProgress:
pawn Код:
forward SaveServerProgress();public SaveServerProgress(){ SaveSpawnData(); SaveStaticVehicles...
255
It saves the server thingys. Like: savedoors(); in the savedoors theres an fwrite yes, why does this crash my server?
EDIT: I tried to remove SaveServerProgress() and then went Ingame, but it keeps c...
255
I got this:
Код:
[15:02:41] [debug] Server crashed while executing RP.amx
[15:02:41] [debug] AMX backtrace:
[15:02:41] [debug] #0 native fwrite () [00405710] from samp-server.exe
[15:02:41] [debu...
255
use fexist.
I suppose you're saving them by the users name?
Then do something like this:
pawn Код:
new file[32], name[24];GetPlayerName(playerid, name, sizeof(name));format(file,sizeof(file),"U...
390
Today when I tried starting up my server I discovered something weird. Whenever I start my server, everything loads, but after 1 minute the server just closes himself?
Serverlog, if anybody needs it:...
255
I know, but by switching methods everytime you encounter a problem you aren't going to learn a thing. I want to know why it doesn't work and how to fix it so I can actually learn something.
139
So, I've tried to make a dynamic spawn system so that an admin can set the spawn pos & money, skin id IG, so he doesn't need to change it in the script. But it doesn't work. Whenever I set the spa...
139
You're right, it's not going to give me anything. I was just wondering. Anyways, I don't need it anymore.
194