Search Results
Oh god this interior is beautiful, very nice job. Probably gonna use it. Keep it up you're talented.
870
Pretty simple, maybe add in dialog ? and perhaps some help command, to see all the commands if you're not going to add the dialog due to lack of cmd info in-game
1,954
You have to use GetVehicleParams and SetVehicleParams like this: For example this turns the lights off: Код: GetVehicleParamsEx(vehicleid,engine,lights,alarm,doors,bonnet,boot,objective); SetVehi...
159
Use debugid/printf function to show how much money is given filterscript side maybe ?
141
First of all i would check the enum size, max jobs etc.. then set the loop you are doing under the stock that it would match, so it would get the right data.
472
It could be more advanced, it's just like a car/veh spawner indeed. Maybe to buy car parts and then mix them/build together?
879
128 Will probably be a little small also. Text will be cut
208
You're not using formats on that message line ?
184
Or you can make an variable or Pvar that, the firework is placed. new Firework_Placed[MAX_PLAYERS] = 0; to check use: Код: if(Firework_Placed[playerid] == 1)//If is placed { } Oh and you must s...
134
SetTimer("StartFire", 120000, 1); //2 min is supposed to be under OnGameModeInit Код: public OnGameModeInit() { SetTimer("StartFire", 120000, 1); //2 min is supposed to be under OnGameModeInit r...
151
So few days ago my GTA San andreas & samp started playing dumb with me. Also few of my friends have/had those problems and i can see there are few posts at here samp forum too about it. So first ...
109
Yes it's possible, you could use the big plane with opened backdoor and script door closing/opening and even flying with moveobject
128
There should be also a extra object of that interior all rooms, but without objects, you should look at map editor i dont know the object id right now.
237
Is there somekind of a function if player is near npc?
109
I like the turtle, can you share it , please?
898
ok heres my OnPlayerStateChange Код: public OnPlayerStateChange(playerid, newstate, oldstate) { new Autoid = GetPlayerVehicleID(playerid); new string[128]; if(newstate == 2) //sхitja ...
101
ooh lol, , wait im gonna fix it also, forgot about that , thnx again EDIT: added, should be fine now, updated links also, and pastebin.
376
Ooh sorry , i had this on my gm, took it out, forgot it was on OnPlayeSpawn , il edit n add it again. EDIT: UPDATED, at pastebin, onplayerspawn, with textdraw showing was missing , Thanks for telli...
376