Search Results
When you say it doesn't do anything? Which bit? The OnPlayerConnect, won't work as someone already stated above, because you have to login as rcon after you've connected. Code: if(PlayerInfo[playe...
287
Hi there, In OnDialogResponse callback I have this line (Where the error is) PHP код: if(!response) return cmd_io1(playerid, "");  And I'm getting the error Код: (2485) : error 01...
168
I'm not really understanding how the method you said is any better than the one currently? I have most of my components in a different table these are mainly just checks and stuff. I really appreciate...
192
Okay. Well I had that originally. Before I somewhat rebuilt my code. But the problem I was having was the fact that the ID in the database table is Auto Incremented so if I deleted a car I would lost ...
192
How would you suggest I create this system then? Can I get some recommendations?
192
But I want them to load so that the ID matches the database as ingame? I want the vehicles to be loaded so that Car ID 0 in the database is equal to car ID 0 in the game.
192
Hey guys. I have a vehicle system and I've rebuilt it so that in the database it isn't just carid that is auto incremented and so when deleting and creating vehicles it doesn't make a mess. However ...
192
Quote: Originally Posted by GangstaSunny. Okay but where u stuck? Code seems legit. When inside I did some checks and it will not even check if a player is near a different exit. Once a...
196
Well when you go into a specific entrance the only exit it'll let you go out of the entrance you entered. So I need to figure a way of being able to exit through an exit that isn't specific to the en...
196
Okay, so I have an entrance system. I would like to know what you guys suggest in order to detect if a player is in two different types of entrances. Since entrances are categorized by types. КоÐ...
196
Any suggestions please? Is no one understanding this? BUMP.
196
With this error. Код: E:\New folder\New folder\pawno\include\SSGANG\Core\Gangs\GangData.pwn(32) : error 018: initialization data exceeds declared size You're giving me four different linessss. Ð...
191
I need the specific line. Not three. Well then that's not the correct line, that works fine in my script.
191
For the sscanf, make sure that you're defining the colors like this. PHP код: #define COL_RED             "{FF002B}"  Because SendClientMessage doesn't read HEX. For examp...
191
You should know how to fix that error. Either remove it, or add this PHP код: IsPlayerNearPlayer(playerid, targetid, Float:radius) {     static         Float:fX,         ...
164
Hi there. This is probably going to be a pretty long topic. I need some ideas in how to script this. I have an entrance system, which allows people to enter an entrance say for example the front of ...
196