Search Results
GetXYInFrontOfPlayer(playerid, &Float, &Float:y, Float:distance) { new Float:a; GetPlayerPos(playerid, x, y, a); GetPlayerFacingAngle(playerid, a); if (GetPlayerVehicleID(playerid)) { ...
91
Absolutely no, RC are mainly for testing
320
Quote: Originally Posted by thefatshizms Isn't GTAOnline just loads of missions, races, deathmatches, buying apartments, buying cars etc? (note that I have not played it, only heard of the...
176
I'm using mta and then converting them to samp, one day if I'll have enough time I'll try to do a tutorial
274
https://sampwiki.blast.hk/wiki/GetPlayerAnimationIndex
146
DFT SURVIVAL TRUCK - RELEASE 0.1 Install Just copy-paste the code below in your gamemode, outside from any other callback, then use SurvivalTruckizeDFT(vehicleid) on any spawned DFT-30 ( id 578 ). ...
274
With this simple stock you will be able to change your normal Infernus in a LSPD HSIU Infernus. Screenshots Download and more screens at my repository http://agcsigntest.altervista.org/Pa......
454
There was one, but you started insulting another user (Jack Cannuccia) and they closed it. It's your fault!!!!!!
176
There is another simple way new o_mapname[2]; o_mapname[0] = FIRST CREATE OBJECT Objects.. Objects.. Objects.. Objects.. Objects.. o_mapname[1] = LAST OBJECT //Now loop through the objects for(ne...
125
Sorry i made some confusing with braces, now it compiles Код: new Year, Month, Day; getdate(Year, Month, Day); if(!strcmp(GetWeekDay(Day, Month, Yeaer), "Saturday",true)) { printf("Today is Satur...
126
Oh sorry, i forgot a ' ) ' Код: new Year, Month, Day; getdate(Year, Month, Day); if(!strcmp(GetWeekDay(Day, Month, Yeaer), "Saturday"), 1)) { printf("Today is Saturday!"); }
126
You can't compare strings in that way, you should pass the current date in the stock and then return it as a string, and for comparing two string you should use strcmp https://sampwiki.blast.hk/wiki/...
126
What do you mean exactly? An example?
126
Yes, call a friend would be a good idea, but he will be certainly annoyed as you go AFK every 3 minutes for fix or improve the script you're testing. What do you do in this case?
451
Does Rockstar know about SA:MP? Have they ever said something about it?
208
Thank you! I have it, but where to search for the model?
89