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...
3,176
Wow, I didn't knew that! Thank you very much, now I can create some temporary systems!
3,176
If you mean convert an integer to a string, you can use function valstr. https://sampwiki.blast.hk/wiki/Valstr
281
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...
118
@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...
118
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.
208
Here's the downgrade patch: Click!
209
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.
3,372
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...
283
Thanks Fj0rtizFredde! Thank you everyone!
137
Aw... Is there another way to do that using my enumerator? Thanks JaTochNietDan and dice7 for the help
137
No... the "Livello" and "Soldi" are still 49...
137
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...
137
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, ...
137
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...
196
I think it's never late to have some fun playing videogames!
283
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.
144
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...
401
Oh, ok, it's not related to SA:MP forums. Problem solved
232
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 ...
232