Search Results
Hey, I'm interested in using ORM but I have a question... If my user data in mysql is seperated in three tables is there a way to handle all the data with orm or not?
3,765
It's not a line it's whole dialog in OnPlayerDialogResponse callback. The first dialog, where variables are defined is ID 136 and the second dialog is ID 143. And in the second dialog i get the er...
110
What do you mean saying i've defined them in global? And when i defined them in global, then why are they working in dialog 136?
110
Hello. I have a problem with variables in dialogs. I have dialog with id 136 and this code if player press response: PHP код:             new                 heade...
110
Quote: Originally Posted by costel_nistor96 Maybe you have to many CreateObject. Thank you very much. That was the problem.
93,866
Hello, i have a problem with visible items. I have about 700 objects in one place and i need to make them all visible at one time, but if i set max visible items to 700 it shows me maximum 556 object...
93,866
I updated my server version to 0.3e and streamer too.
118
What a picture? There's simply no objects in this place. I am already using CreateDynamicObject.
118
Hello there, i'm using Incognitos Streamer Plugin v2.6.1 for 0.3e and i have a problem, streamer don't show objects in one place, there are about 250 objects, but i can't see half of them. I tried to...
118
Ok, i have it just made a timer after respawn to unlock, thanks.
91
Nothing. I have a code, which checks the locked cars, and after respawn this car is locked, but i can't understand why. BTW now i can't enter vehicle after respawn.
91
pawn Код: if ( newstate == PLAYER_STATE_DRIVER || newstate == PLAYER_STATE_PASSENGER )    {        new vehicleid = GetPlayerVehicleID( playerid );        new engine, lights, alarm, doors...
91
Hello, i have a little problem with SetvehicleParamsEx. After respawn vehicle gets locked, i can enter it, but i have a code which remove player from vehicle if vehicle is locked. Can anyone help me?...
91
Why not, when you have sultan you can not enter normal mod shop...?
452
I can do it, everyone can do it, but i guess this is better. Or not?
452
So, my suggestion is to create a function which disables mod garages and pay and sprays. It's very good for RP servers, mechanics job. When anyone can't tuning vehicle in garage, they will give work t...
452
pawn Код: if(GetPlayerVehicleID(playerid) == xxx) //Checks the vehicle id    {        if(newstate == PLAYER_STATE_DRIVER) //Checks are player entering as a driver        {          ...
83