Search Results
Finally something new, nice job, Kalcor. Try to update SA-MP with images/sounds uploading to the server without any plugins or something like that. Good luck ;]
13,433
Quote: Originally Posted by BuLLeT[LTU] But you wont insert string as float Problem is, i didn't need a string, i just needed integer between floats.
144
I found another way: Код: new const Float:BuyableCars[][5] = { { integer as float ( ex: 411.0 ), float, float, float, float }, { integer as float ( ex: 411.0 ), float, float, float, float } }; And...
144
Hello everybody. I need some help. Is it possible to do like this Код: new const BuyableCars[][5] = { { integer, float, float, float, float }, { integer, float, float, float, float } }; Because if...
144
Firstable translate it, secondly - make something better, because here is simple one function.. and.. the biggest mistake - dont make so stupid things, like pname[256]; as global variable + it's too b...
273
Код: format(file,sizeof(file),"\\Accounts\\%s.ini",playerName); if(dini_Exists(file)) { dini_IntSet(file,"Car",1); } But i need it to loop and to reset for all registered players. If the file's be...
137
a,b,c,d....z How much letters? So think how much different ways.. Millions of millions.
137
Hey everyone, I have one problem, cannot to make a system, which resets all registered players variable. I mean, i have variable Car, and i want to set it to amount 1. But, to set it in the player fi...
137
Quote: Originally Posted by Joe_ This is out of my vehicle functions pawn Code: stock GetVehicleColor(vehicleid, &color1, &color2){color1 = vData[vehicleid][Color1];color2 = vDat...
256
First post updated Added GetVehiclePaintjob(vehicleid); function by WackoX.
256
Quote: Originally Posted by WackoX Nice idea, but it'll bug when you use -1 for a color. Anyway, nice done! Thanks, i will think about that. PASTEBIN ADDED
256
Description It's simple include, which took me 5 minutes to create. It is not so impressive script, but kinda usefull. Functions Code: CreateStaticVehicle(modelID,Float:X,Float:Y,Float:Z,Float:Facin...
256
Nice work. Better you can make something like: Код: stock CreateWeaponToBuy(weaponID,ammo,Float:x,Float:y,Float:z,cost); I was already started this .inc, but i get bored and deleted it.
1,133
UPDATED Please re-download it who has a first version of that. There is big bugs, updated 1st post. Sorry for the problems.
886
Quote: Originally Posted by Shadow [PR-RP ] Is there a command to check how has voted? The pictures mixed. In one pic message show how much for one and other answer is voted. For others...
886
Description To make this Filterscript i was inspired by a Counter-Strike 1.6 It's voting system, you simply put your question and answers. That's it, the players will answers you. Pictures /imagesh...
886
Quote: Originally Posted by _Jay_ Because you're not using %f. Look again. In this script no. But before that i have used. ( i deleted that, because i need to test this without positio...
198
Quote: Originally Posted by Killa_ %f for float I know that. It's won't work.
198
Код: public OnVehicleSpawn(vehicleid) { if(vehicleid == elegy) { ChangeVehiclePaintjob(elegy, 0); AddVehicleComponent(elegy, 1010); AddVehicleComponent(elegy, 1037); AddVehicleComponent(elegy, ...
346