Search Results
Quote: Originally Posted by Pottus There is a lot in this most of it is harmless but a few critical mistakes. Nice analyse by the way I should use you as my compiler
1,452
Quote: Originally Posted by Pottus Why bother making extra variables and assignments here? This can be useful when you have more code but this is just a short bit of code why bother? Cod...
1,452
Hi everyone, With this system you can use a nice navigation feature on your server. In addition to marking the selected location on the map, you can also see the direction of the location by the arro...
1,452
You can add functions in Код: forward OnPlayerEnterDynamicArea(playerid, STREAMER_TAG_AREA areaid); forward OnPlayerLeaveDynamicArea(playerid, STREAMER_TAG_AREA areaid); publics. For example: Ð...
86
I couldn't see any problem with the links 🤔 However, I've added a new GitHub link, just in case.
1,498
Quote: Originally Posted by BrainDamaged Logging started at 15:36, 21.04.2018 Mysql log is clear. What do you mean by 'clear'? Is there nothing at all or just no errors?
134
Check MySQL logs if there is an error. There could be one or more.
134
Quote: Originally Posted by FrezQ Nice work mate, I wanted to REP but I need to wait 24 hrs, but I will surely REP you! Thank you
362
Hello everyone, With this script, you can easily attach objects to player. Features * You can attach up to 5 objects at the same time. * You can easily edit the object that you attached. ...
362
Quote: Originally Posted by DonaldDuck who wants to be a millionaire. That’s what inspired me Thanks for the comments.
433
Hello everyone, xQuiz is a knowledge contest. It’s just like a mini-game. You can create a contest with your own questions. Features * After adding min. 10 questions, admin can start the contes...
433
Quote: Originally Posted by Max_Andolini Nice work Ьstad seni buralarda gцrmek gьzel Thanks From now on i'm hanging out here
666
Quote: Originally Posted by Ponga Nice seems like in (Romania Super Stunt) Never seen it I don’t much play SA-MP. I’m just making scripts Thanks.
666
Hello everyone, With this system, you can add friends to your friend list and you can create chat groups for group chats. Features * You can see if your friend on your friend list is online or of...
666
Try; PHP Code:     new Float:x, Float:y, Float:z;     GetPlayerPos(playerid, x, y, z);     SetPlayerPos(playerid, x, y, z+0.5); 
151
Put TogglePlayerSpectating before InterpolateCam
151
PHP код: for(new i; i<VEHICLE_LIMIT; i++){if(IsValidVehicle(pvehicle[playerid][i])){// save vehicle}} 
67
Use nativechecker to see what causes that error.
137
It's very simple; * Teleport player to interior when he enters vehicle as passenger. * Get vehicle id to a variable. * On keypress event or command, teleport player to near vehicle. * When vehicle di...
61