Search Results
Like I want the zombies to connect at 100ms so it doesnt give server attack notice in console
35
Hi can someone help me make a timer for these zombies which are used on this thread??
https://sampforum.blast.hk/showthread.php?tid=584953
35
Hello I'm using BUD to make my queries and I've attempted to make a command but I get this mismatch error
Код:
warning 213: tag mismatch
On these lines
Код:
format(Query, sizeof(Query), "SELEC...
36
no but my server files are on the desktop and when I compile a script I get it both in gamemode folder and in C:\
44
Its in C:\ but it still does the same any other suggestions?
44
I never understood this but when I compile my script it always saves in C:/ and it also saves in the gamemode folder
44
Im using AMD and Intel
This is what I get when I try to update directx
65
Quote:
Originally Posted by Akira297
Just because it's new doesn't mean it automatically updates everything. Anyways, look into your DirectX and make sure those are up to date.
My direc...
65
Hey so I've noticed people can see the health bar above peoples head but I cant see them and I dont know the reason can anyone please help me out?
65
I did it out of boredum I wasn't going to use this kind of made it for fun since its my first gamemode :/
145
This should work:
Код:
if(sscanf(params,"ui",user,level)) return SendClientMessage(playerid,0xF81414,"Usage: /setlevel [playerid] [level]!");
24
Try this
Код:
CMD:kill(playerid, params[])
{
{
SetPlayerHealth(playerid, 0);
return 1;
}
return 0;
}
CMD:goto(playerid,params[])
{
new targetid;
if(sscanf(params, "...
111
Epic script man I love it.
217