Search Results
I don't know how to work with map editor. Well I saw that it's not that hard but i don't know how to load the map from the server or how it works im new to this ;p
176
This is the perfect object editor but can I make gates open/close?
176
I'm looking for a good dynamic object editor. I need a good object editor to be easy to move the object up, down, left and right.
176
Hello. I'm I wondering how can I make on weapon hit (with a 9mm for example) to apply animation on player? For example i hit a player with 9mm pistol and an animation Код: ApplyAnimation(playerid,...
93
Now it insert on printf but not in MySQL i seted query to 600 Printf ---> Код: INSERT INTO `cars_system` (`VehicleID`,`Model``Color1`, `Color2`,`Respawn`,`OwnerID`,`Owned`,`Freezed`,`Price`,...
369
Quote: Originally Posted by Crayder Use VEHICLE_PARAMS_ON. pawn Код: if(response){       new spawncar;    spawncar = CreateVehicle(Player[playerid][EnteredVehModel], 1636.0250, -...
116
Why when i spawn the vehicle i just got i spawns it with started engine and other shits when i declined them with value 0 ? Код: if(response) // If they clicked 'Select' or double-clicked a weap...
116
@JaydenJason and @MP2 you helped a lot thanks. And yes I needed OnPlayerStateChange - So now it works perfect Thanks a lot guys.
140
Here is the debug: Код: INSERT INTO `cars_system` (`VehicleID`,`Model``Color1`, `Color2`,`Respawn`,`OwnerID`,`Owned`,`Freezed`,`Price`,`Engine`,`Lights`,`Alarm`,`Doors`,`Hood`,`Trunk`,`Object`,`P...
369
Quote: Originally Posted by JaydenJason 24600 is the sound id of the car door its handle being pulled, but can't manage to open it. You can use ClearAnimations(playerid); to stop any anim...
140
I dont want to show the animation of player getting out. I want to kick him directly next to the driver's door.
140
Can someone tell me what is the ID of some sound that is near to KICK or DECLINE or DENY (I dont know how to explain it) The idea is if he enters a car and rejecet a player message to kick him out wit...
140
Thanks very much AGAIN !! I didn't know that the car id's start from 400. Here is the script if someone needs it Код: GetCarIDFromName(vehicle_name[]) { for(new i = 0; i < 211; i++) ...
152
I did it. Now it has no problem with errors but it's not spawning the car again here is a screen from the MySQL http://prikachi.com/images/537/8108537j.png
152
Quote: Originally Posted by Konstantinos Debug the command and see where the code stops and print what values few variables hold. By the way you don't get an unknown command, do you? That...
152
I'm using a simple script to create a vehicle but it wont spawn. This is the code and only the textdraw spawns.. Код: CMD:spawncar(playerid,params[]) { if(Player[playerid][AdminLevel] <= 2) r...
152
How can i set the names of the players on the scoreboard to be white? And how can i set a specific player to be other color? How can I make all the sellable house pickups to display on the little sir...
110
How can i fix this every time i enter the house?
86
I have a created a command that insert in db the info of the created house. /createhouse <price> <interiorID> Ok for now good when i enter the InteriorID it save the interior positions i...
86