Search Results
Quote: Originally Posted by FalconX There might be alternate ways but this is how you can do (just an example):- pawn Code: new frozecar[MAX_VEHICLES]; // on topfrozecar[vehicleid] = 0; ...
106
Hello. I want to create simple car freezing system with command Like this : Code: if(strcmp(cmdtext, "/freezecar", true)==0) { Freeze(vehicleid); return 1; } It is possible? If it possible then c...
106
Hi. I want put car buying system to my server but now i get the problem. Errors: Код: error 017: undefined symbol "ShopVehicles" error 036: empty statement error 017: undefined symbol "i" fatal...
48
Hello. I need some help. When I compiling my game mode i get message like this : What can be wrong in my game mode ?
50
HELLO EVERYONE. I making simple loan system. Then you take loan money from the bank like [ 150 000 $ ]. You should get a time one day, then the time run out you must to pay [ 150 000 $ ] for bank....
39
Hello I Creating Simple Garage System But Now I Have A Problem.. This Is What Happen When I Go On The Pickup : Код: if(pickupid == pickups[0][gar1])//1 { ShowPlayerDialog(playerid,3301...
125
I tested. Then i testing interior in MTA player are not falling down interior. But then i die in game and then spawning to interior i falling down there are a problem. Maybe i must do virtual world ...
62
Hello Everybody. I make my own hospital interior, but now i get a problem. When you die you will spawn to the hospital interior but when i spawn to interior i falling to the bottom of interior. Thi...
62
Hi Everybody. I Made Little And Easy Registration/Login System For My Server. But Now I Get A Problem. Register And Login Working Fine, But When You Go To The Server For You Shows Gui Dialog With L...
50
(4664) : warning 202: number of arguments does not match definition Код: new VID = GetPlayerVehicleID(playerid); if(VID == 417 || VID == 563 || VID == MAVERICK || VID == 425 || VID == 447 || VID...
51
Hi everyone. I make planes license system but i don't know how to do something. When player enter plane if he don't have plane license remove him from plane. I don't know how make it so I please your...
51
Hello Everybody. I Have Problem With Car Bought System. I Make Car System And When Entering Buy able car for you must show animation : Код: SetPlayerSpecialAction(playerid,SPECIAL_ACTION_ENTER_V...
56
Hello Everybody. I Have A Problem I Want Make Administrator Commands. With This Admin Commands You Can Set Player Admin Set Vip And Else. But I Have My Codes With Text Command I Want Make It With Gui...
108
This is my house exit command : Код: if(!strcmp(cmdtext, "/exit", true)) { new house = GetPlayerVirtualWorld(playerid); SetPlayerInterior(playerid,0); SetPlayerVirtual...
113