Search Results
Hi, why is my topic removed? I didn't even have time to look if there were reply's And I can't believe nobody knows how to do this or that nobody has ever done this before, I can't continue my scri...
61
Does anybody know if it is even possible to give each team it's own 3 skins to choose from?
71
That the npc spawns in the air and then drives again is because the amount of npc's is too much, try with less. (worked for me)
249
Quote: Originally Posted by [PTM Al_Pacino ] That Steer With Mouse setting is just for helicopters afaik. No, it's also with cars, I did it before, long time ago.. but it's steers differ...
166
Hey, I was recording my NPC path today, but it looked all messed up because I can't drive smooth with all those choppy turns. So I thought maybe when you go to settings/controls/vehicle (im not sure ...
166
I used the Landstalker first (because it was the standard npc car), I changed it with the LSPD car and still the same problem..
134
Hey, my NPC drives in a car and everything works, except for 1 thing: every 3/4 seconds the car disappears and my NPC spawns (on foot) on the ground, and then after half a second it drives again, it...
134
It's in here right? Code: ClassSel_HandleSkinSelection(playerid) { new Keys,ud,lr; GetPlayerKeys(playerid,Keys,ud,lr); if(gPlayerSkinSelection[playerid] == -1) { ClassSel_SwitchToNextSkin(pl...
82
Nope, can't find any spawnplayer..
65
I don't know if this only occurs in my GM but this is what happens: when I login with RCON, reset the server it sometimes skips the skin selection.. //EDIT: I think this only happens with Grand Larc...
65
I had that too, I fixed it by replacing pawno/include/a_npc.inc, scriptfiles/vehicles/trains.txt, scriptfiles/vehicles/pilots.txt and the map npcmodes with all the originals (just download a new "SA-M...
181
Hey, I made a skin selector because I want each team to choose from there own 3 skins (Grove's 3 grove skins, Ballas 3 ballas skins, etc.). Almost everything works, but when I press left or right it ...
82
Can somebody like post some code or something?
89
Is it possible to give each team his own 3 skins to choose from, and if it is how should you do it?
89
Is it even possible to use it in OnGameModeInit?
86
You mean this: Код: ClassSel_SetupCharSelection(playerid,classid) { SetPlayerClass(playerid, classid); if(gPlayerGangSelection[playerid] == GANG_GROVE) { gTeam[playerid] = TEAM_GROVE; Se...
86
Hey, I use 4 teams, but it doesn't matter wich team you are in, you can only choose the skins from team 1. This is the code: Код: public OnGameModeInit() { new playerid; new classid; SetPla...
86
No, I know the names and the id's, I only want to remove them from the .txt files.. But when I search for them in the .txt files I just can't find them.. EDIT: I found the problem, when you search in...
64
Hey, I have these cars in LS from the Grand Larceny scriptfiles/vehicles, I want to remove some of them, but I don't know wich ones I need to delete from ls_gen_inner.txt or ls_gen_outer.txt to delet...
64