Search Results
Quote: Originally Posted by Vince mysql_format merely formats the query. You still need to send it with mysql_tquery. Then you also need to wait for the result to use cache_insert_id (mean...
121
Hey guys, Iґm still working on my Attack and Defend gamemode and actually I try to create a /build command for bases. The Positions are getting printed in the debugmode but it just dont saves the va...
121
Quote: Originally Posted by Bible I already thought so and you are loading the player's position from a row called: 'weaponslot', that seems odd to me. ahahaha ye I just copied it, now ...
210
Quote: Originally Posted by Bible Can you show me your RoundInfo enumerator? omg Its all fine, I just copied the enum from another one iґve made and Iґve forgot to change it from ...
210
Now Im doing it like this: PHP код: CMD:start(playerid, params[]) {     if(pInfo[playerid][Admin] >= 3)     {         new Mode[64],BaseID;         //new string[...
210
Quote: Originally Posted by Bible The error tells you exactly what's missing: your query variable. I recommend you to read the following article: https://sampwiki.blast.hk/wiki/Scripting...
210
Hey guys, Iґm working a bit on an Attack and Defend gamemode and I want to create a command to start arenas. So I created a stock where I can load all the datas that Iґm about to set for the playe...
210
Quote: Originally Posted by Matite Just export all of the files from gta3.img to a folder (eg C:\Extracted). Regarding the texture files: you need to use TXD Workshop (by Jernej) or a sim...
193
Quote: Originally Posted by Matite Open the Maxscript listener window first so you can see the progress when you import. Next use Kam's script and click on the Map IO button. Then expand ...
193
Use the Wiki maybe? Check GetPlayerScore(); and SetPlayerScore();
156
Step 1: Open your Eyes Step 2: Use your brain.
125
Quote: Originally Posted by Saize Well Iґve got Kams Script for sure but I dont know how to import sections of the map, I just saw that I can import single objects, I usually just worked ...
193
Quote: Originally Posted by vassilis no since you call to your script the correct database.show us your mysql log again Well there is nothing new in the Log and thats what Iґm wonderin...
150
Works fine, but the accounts still doesnt get saved, I just copied it from another GM that I was testing MySQL on and changed some variables + Iґve created a new DB for sure. Could the problem be tha...
150
Hey guys, Iґm still testing a bit around with MySQL (BlueGґs Plugin), and the accounts just dont save So I checked the MySQL Log and I got the following error Quote: [06:03:45] [ERRO...
150
Try it with your own coordinates: PHP код: public OnPlayerUpdate(playerid) {     if(IsPlayerInRangeOfPoint(playerid, 1.0,653.5959,-1714.0138,14.7648)) //Haustьr Eingang     {   ...
140
Seems like youґre new into scripting even know youґre registered here for a while You should check the SA:MP-Wiki this will maybe help you with by a lot of questions Link: https://sampwiki.blast.h...
100
Alright nice to know, if you already tried to do it without p<|> then I dont really know what could fix this
133
Well could you explain me what "p<|>" is? if you remove this, does it still print the value to 0? BTW: I think printf isnt really in use cause you dont print any float ^^
133
Iґve already tried it that way Iґve heard something about mysql_fetch that could fix it, so I checked the wiki but it didnt really help, someone knows another way to fix this?
231