Search Results
Code: vehMapIcon(playerid){ new currentveh; currentveh = GetPlayerVehicleID(playerid); new Float:vehx, Float:vehy, Float:vehz; GetVehiclePos(currentveh, vehx...
42
This im waiting for dude haha
10,629
check } , loss 1 } make compile stop working dude
107
Код: new a = random (9); new b = random (9); new c = random (9); new d = random (9); new e = random (9); // use string new result = ""+a+b+c+d+e; // result can show 00130 // if use random(9999) ...
27
AddStaticVehicle Код: AddStaticVehicle(modelid, Float:spawn_X, Float:spawn_Y, Float:spawn_Z,Float:angle, color1, color2); example Код: sultan black color primary AddStaticVehicle(560, 2109.17...
48
maybe PHP код:  MessagesTD = TextDrawCreate(70.000000, 432.000000, "");  use space at "" PHP код: MessagesTD = TextDrawCreate(70.000000, 432.000000, " ");  from s...
47
Quote: Originally Posted by BornHuman Well what vehicle are you trying to get the ID of? vehicle model: 554 but im just want getvehicleid for veh[] , maybe can im set vehicle id?
27
hai all. i create vehicle like this PHP код: new veh[4]; veh[0] = CreateVehicle(554, 682.4860, -1829.8053, 6.1406, 0.0000, -1, -1, 100); veh[1] = CreateVehicle(554, 677.4055, -1...
27
i have question about OnGameModeExit , im try on local host type exit on console, OnGameModeExit execute but when im using /rcon exit not call OnGameModeExit . im useing linux server when im kill samp...
25
yes you cant. why not spawn player far from land
29
im create mod vehicle use command not use dialog becouse for more rp . i want create command /vehmod if player tipe /vehmod show example Код: tipe : transfender Hood : Fury | Champ bla bla bla...
27
Quote: Originally Posted by Stinged https://sampforum.blast.hk/showthread.php?tid=274064 I've never tried it though. this tool if use large image , image not show all just half of part....
49
Код: if(!IsPointInRangeOfPoint(pos[6],pos[7],pos[8],pos[6],pos[7],pos[9],1.0)){fScale=1.0;} forget this "{ }" ?
31
else : if 1 Condition not match than goto else example Код: if (goto school) { get knowledge } else { not get any } else if more than 1 condition example Код: if (goto school) { get knowle...
26
For image, try this https://sampforum.blast.hk/showthread.php?tid=591938 but idk for *******
27
Actor Coord is fine, But when Player go in Custom interior . when Dynamicobject stream and actor fall from interior. I want actor just stay in air . Actor at citty hall work becouse Citty hall interi...
41