Search Results
Sorry for my hard criticism but im just trying to be honest: Recording gameplay with your cell phone to show how noob you are is so mainstream.
130
Anti-cheat filterscripts/includes are useless because every gamemode is diffrend and should have its own developed anti-cheat, for example i took a look into your code and if i would buy armor in my s...
857
Hi, im having a problem with this very simple feature that should check for the highest score on the server. The problem is that who ever on the server has a higher score than 0 it states him also as ...
57
Theres also a software called "WeGame". Pretty decent and its freeware. http://www.wegame.com/
180
Im getting realy pissed off about that attention whoring on the hosted list! The list totaly looks totaly messed up with all that stuff. There should be some restrictions on the servers hosted name, ...
191
GTA San Andreas is using only 1 core by default. You can still crank it up by lauching the game, going into the task manager, click on the proceses tab, right click on gta_sa.exe, "Set Affinity" and ...
195
The loop should be more like this: pawn Код: for(new i; i<sizeof(Variable); i++) //without the "<0" But it worked, thanks alot that spares me lots of code.
84
Like: pawn Код: if(pickupid == Variable[5]) ?
84
Is this a possible working code? Because im getting a error by compiling i think i might do something wrong... pawn Код: new Variable[5];public OnPlayerPickUpDynamicPickup(playerid, pickupid){  ...
84
I use photoshop's rectangular marque tool, the feather is set to 5 pixel.
151
See how the prizes are kinda messy? I need them to line up nicely so they wont look so ugly. I tried to correct it with couple spaces here and there but no success. Any tips how can i make it look l...
151
Its a shame realy, i totaly like the interface and all the nice usefull features it has...
200
Nice one armyoftwo it works perfectly now. And thanks for the hint Calg00ne.
204
Hello, i have a little bug in my bank system, it doesnt writes the correct ammount of money. First time it writes the correct one, but the second time it goes kinda messsy and it isnt calculating the ...
204
This hapened to me aswell, i stopped using it then and went i back to pawno.
200
And that code is so horribly indentified, im actualy suprised that anyone can read this.
196
Quote: Originally Posted by Hiddos Use 'strval(params)' instead of 'params[0]', as strval returns the actual value in the string, and params[x] only returns the (ASCII-) value of the given...
145
Ok i solved it. pawn Код: if(GetPVarInt(playerid, "Bank") + params[0] > 100000)
145