Search Results
I have many unused which I have abandoned years ago and I want to refurbish them , tho I'm limited in time
So I thought about merging them to a pre-made server from the Game Modes forum so it'll be a ...
178
Quote:
Originally Posted by ATGOggy
For what is that '-6'?
PHP код:
case 206..211: finalv = 400+randvc-6;
That -6 is causing all problems.
Its complicated , to turn t...
359
Quote:
Originally Posted by ATGOggy
Show AddStaticVehicle
pawn Код:
CreateVehicle(finalv,x,y,z,a,rc1,rc2,-1);
359
Im trying to make a random vehicle spawn , without helis and trailers and so on , but I have problem with random
Ive set it like this:
pawn Код:
randvc = random(212); switch(randvc) { ...
359
Quote:
Originally Posted by vignesh007
Try these methods
Method 1
1. Press the Start Button and type "services"
2. In the Services list, search for "Windows Event Log".
3. Double-click on ...
218
I always log in the UIF server and after few seconds get this erorr:
pawn Код:
SA-MP 0.3zException At Address: 0x0431CB50Base: 0x03FD0000Registers:EAX: 0x00000000 EBX: 0x01A1DE70 ECX: 0x03B51001 ...
218
Quote:
Originally Posted by Ace155
For starters put more effort in your server advertisement.
Put some pictures/video of the server features what makes it so different from others.
Well...
398
My brand new server was uploaded today and it has 0 players
I have abseloutly no idea of how to popularize it
I mean its still in beta version and has few bugs,also I n ever expected of having 200 pla...
398
Quote:
Originally Posted by Vince
Let's take a closer look at what actually happens here;
pawn Код:
if(GetPlayerWeapon(playerid) != 0 || GetPlayerWeapon(playerid) != 46 ) Ban(playerid)...
245
Everytime I log into the server I am immediatly being banned
Why is that?
pawn Код:
forward AntiCheat(playerid);new Float:Armour;public OnPlayerConnect(playerid){ SetTimerEx("AntiCheat",500,t...
245
If I update my textdraw using TextDrawSetString() , do I have to put right after TextDrawShowForAll(); or it automatically updates it once I put the last somewhere in the script
134
Quote:
Originally Posted by BlackBomb
what u need that for? , Map changing after the counts end?
aha,but the 2 guys in the above have already helped me,thank you very much!
284
Quote:
Originally Posted by DobbysGamertag
Reply number 3 should help you out somewhat: https://sampforum.blast.hk/showthread.php?tid=315000
but its not counding down as a clock,I mean ...
284
I tried searching but I cant find a tutorial that explains how to make a countdown (i.e 4:00 , 3:59 , 3:59 ..)
284
Quote:
Originally Posted by Dwane
It depends. If you're using too many timers, then it is, but a timer isn't a problem!
You don't need to re-create this, but just update it by using;
pawn...
415
Quote:
Originally Posted by Dwane
It does, if inside that callback, you display in a formated string the SeaScore.
I did this:
pawn Код:
public ScoreUpdate() { TextDrawDestroy(...
415
Quote:
Originally Posted by Dwane
Use a timer and update the textdraw text every x seconds. It should work.
still doesnt work
415
I tried abselously everything but nothing helps,whenever someone gets killed the score increases but the textdraw doesnt change.Can anyone please help me before I lose my mind?
pawn Код:
new SeaSc...
415
Quote:
Originally Posted by Dwane
Did you define it as
pawn Код:
new TeamScoreTD[ /* value_here */ ];
Otherwise, it wouldn't give you a warning.
nope I didnt
290