Search Results
Hello everyone! I want to know is there a specific advantage to using global variables instead of executing a mysql query everytime I need data from my database? I know mysql can handle all those req...
72
Try adding your IP to remote connections in your control panel.
250
Quote: Originally Posted by NaS AttachDynamicObjectToVehicle and AttachPlayerObjectToVehicle You need to create an object beforehand (dynamic or player object) and then call one of these ...
120
Is there a way I can attach a dynamic object or a player object to a vehicle? Thanks in advance!
120
I also found this: https://sampwiki.blast.hk/wiki/CreatePlayerObject
85
Did you try installing the missing dll to your system? And do you have the sscanf plugin and include?
115
Quote: Originally Posted by jop9888 I believe it is possible with a streamer, like incognito using: Код: //CreateDynamicObject(modelid, Float:x, Float:y, Float:z, Float:rx, Float:ry, ...
85
Is it possible to show a player a certain object but not show it to others while they are on the same world. Like player checkpoints behave for example. Thanks in advance!
85
Quote: Originally Posted by iKarim You could use web sockets from the requests plugin: https://sampforum.blast.hk/showthread.php?tid=653362 Thanks I'll check it out!
218
Quote: Originally Posted by victory88 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/serve...
218
Quote: Originally Posted by Logic_ I'm not sure but maybe this is what you're looking for? https://sampforum.blast.hk/showthread.php?tid=628477 Thanks for pointing me to this path, may...
218
I want to know what are the possible ways to achieve realtime communication between samp server and web server. I am experimenting with samp sockets but I can't find a tutorial or documentation to und...
218
Hello everyone, I need to use samp sockets with my web server but I have no idea how to use it and I can't find resources to learn it. If someone could please explain Sockets or make a tutorial, that ...
58
Hello everyone. I want to show the player a textdraw when he stands in front of a house door. The problem is I don't know where to insert this logic. On what callback??
106
Hello everyone, are the default singleplayer tip popups like the one in the image below createable with samp functions or I have to use textdraws? Thanks in advance!
115
But aren't functions like SetSpawnInfo only supposed to be called inside callbacks like OnPlayerRequestClass.
103
How can I get the return value of a MySQL tquery callback? In non async query: Код: public OnPlayerRequestClass(playerid, classid) { // Check if the name is on our database // If it is ->...
103
Is there any way I can control the keys used to control a menu?
49
Hello everyone! I created a menu and when a player is in a car they can't controll the menu because the space bar is being utilized for handbrake. I wish to not TogglePlayerControllable, I want to le...
49