Search Results
Quote: Originally Posted by Swiftz I have a doubt gettime functions gets server pc time our client pc time coz it can be easily manipulated if its based on client time The function gett...
4,723
Wow, I didn't knew that! Thank you very much, now I can create some temporary systems!
4,723
If you mean convert an integer to a string, you can use function valstr. https://sampwiki.blast.hk/wiki/Valstr
499
The function RandomEx returns a random value that is beetween max and min. Simply put: pawn Код: RandomX = RandomEx(maxX, minX); //Returns a random X valueRandomY = RandomEx(maxY, minY); //Returns...
219
@ronnie3148: they are random position but still defined. If you are looking for some random coords, here's the code: pawn Код: RandomX = RandomEx(maxX, minX);RandomY = RandomEx(maxY, minY);stock R...
219
pawn Код: public OnGameModeInIt() It should be OnGameModeInit, pawn is case sensitive and it will give you an error. EDIT: sorry I was sending the message while you were replying.
333
Here's the downgrade patch: Click!
359
I think ****** Chrome is very nice, it is fast and it has a simple layout. Firefox is nice too, the new beta 4 version looks very promising.
6,511
Quote: Originally Posted by SkizzoTrick Use ENBSeries It accelerates your graphics and gives you the GTA IV Graphic .Im using it and it is the best xD He said no mods... To enhance the...
445
Thanks Fj0rtizFredde! Thank you everyone!
271
Aw... Is there another way to do that using my enumerator? Thanks JaTochNietDan and dice7 for the help
271
No... the "Livello" and "Soldi" are still 49...
271
Here it's my enumerator: pawn Код: enum pInfo{    Password,    Livello,    Soldi,    Banca,    Skin,    Bannato}new Utente[MAX_PLAYERS][pInfo]; EDIT: ouch, I forgot to put the size of...
271
Ok, I'm making a GM but when I load data I got something strange... Here's my code: pawn Код: if(dialogid == LOG_DIALOG)    {        if(response)        {            format(Query, ...
271
For the distance you can use this function (I took it from LA:RP script) pawn Код: public Float:GetDistanceBetweenPlayers(playerid1,playerid2){    new Float:x1,Float:y1,Float:z1,Float:x2,Float:y...
340
I think it's never late to have some fun playing videogames!
578
The Grand Lacerny clock it's not the San Andreas default clock. You can use the default clock using the function TogglePlayerClock, but it has some limitations.
342
Well I guess it's your PC problem, if you got a low-end PC it will lag a bit with lot of new objects...
670
Oh, ok, it's not related to SA:MP forums. Problem solved
463
Hello, I want to report a problem, sometimes when I open a topic in this section I get this window: PS: it's in italian language, here's the traduction: Код: Authentication Required The server ...
463