Search Results
Quote: Originally Posted by Shinja You are wrong, by using Float:radius = 5.0, he is setting a default value to 5.0, it means if he dont enter a specific radius, it will be 5.0 I did no...
186
PHP код: stock IsPlayerInRangeOfActor(playerid, actorid, Float:radius = 5.0)  IsPlayerInRangeOfActor requires three arguments, playerid, actorid and the radius/distance in a float va...
186
What does it say in the mysql log? https://sampwiki.blast.hk/wiki/MySQL/R33#mysql_log Also do not rely on OnGameModeExit Quote: OnGameModeExit This callback will NOT be called if the server cras...
206
At the top of your script, below the includes put this PHP код: new PartyTime;  Inside OnGameModeInit put this PHP код:     SetTimer("ThreeOClockPartyTimeR", 5000, true); Â...
75
Get a mysql database on your webserver then connect SAMP to the the same database. Now you can have SAMP read the webserver and have the website/server change the database vise versa. If that is what ...
231
Quote: Originally Posted by Arthur Kane Your BoomTimer functions arguments need to have a Float tag. i.e: Float, Float:y, Float:z. Also, I DON'T recommend doing what David proposed. ...
136
When I type /boom the explosion work, I wait the 10000ms for the timer to stop, then the text in the timer "called" and the coordinates are both called and appear normally, however no explosion!!?? I ...
136
Problem: Camera clipping I think it's called. The camera will not render the part of the vehicle that is close to it. See picture. I am trying to get a nice cockpit view of the AT-400 by attaching ca...
59