Search Results
AddPlayerClass(261,-22.8915,-274.1980,5.4297,180.2274,0,0,0,0,0,0); // truckdepotforloadandunload AddPlayerClass(261,2573.3547,-2226.3879,13.3503,89.1269,0,0,0,0,0,0); // UnloadPlaceMabyLoadPlaceHAVEN...
48
i had made myself a /color command you can edit it to what you want its 100% working if you want it to be admin only you can reqeust it Код: public OnPlayerCommandText(playerid, cmdtext[]) { ...
102
I'm going to make a truck server but i got one problem, how can i make a script when you are in a truck like: a TRUCK + artict2 trailer and do /work that i will get a PICK-UP Place and a random DELIV...
55
I want to make a car shop, so if i do /buy in the propperty i will get a diolog with certain cars. And if you are outside the car shop i want to let it show a message: You are not in a Carshop. This ...
44
Quote: Originally Posted by Born2die You could also spawn a corrupt object that makes you crash instead of kicking. no, But how do i let it work?
211
Quote: Originally Posted by [AC Etch ] sorry about that try this : Код: public OnDialogResponse(playerid, dialogid, response, listitem, inputtext[]) { if(dialogid == 1) { if(respon...
211
Quote: Originally Posted by [AC Etch ] try this as dialogresponse Код: public OnDialogResponse(playerid, dialogid, response, listitem, inputtext[]) { if(dialogid == 1 && respon...
211
I made a messagebox when you join ou can press contine and quit etc. but if i press quit i wont be quited, and i dont read a message how can i solve this problem: my code Код: //------------------...
211
Quote: Originally Posted by Gozerr pawn Код: forward Float:GetXYInFrontOfPlayer(playerid, &Float:x, &Float:y, Float:distance);new Float:x, Float:y, Float:z, Float:a;GetPlayerFa...
103
I'm makeing a /test menu, if you say /test a dialog will come up with 2 choises TestMenu1 and TestMenu2, i got the whole stuff but i have one problem, how can i make so that the cars will spawn close ...
103
Quote: Originally Posted by VonLeeuwen Ok, thats what I meant.. Give me 10 minutes, I'll try to fix something for you. ok, ty for your help. Could you make some explain message in it. S...
128
Do you mean where the car spawns? that is at: -2989.536 , 270.5747 , 15, ( AddStaticVehicle(400, -2989,536, 270,5747, 15, 0, -1, -1); so i found the right location i cant go into sa-mp i will ...
128
Quote: Originally Posted by VonLeeuwen You have like one single point where you can buy? Or a square where you can buy it? I got only the coordinates and the zone have a color. But now ...
128
I'm trying to make a carshop/dealer, i want so that if you do /prices you get a list of the availble cars from that carshop in the chatbox. When you do /buy you got a menu with the kind vehicle like, ...
128
i want to make a zone that only for people with a certain ip can enter, and that i can put their ip in a txt file. Stuff i already got: Code: new Clanzone; Public OnFilterScriptInit() { Clanzone ...
36
i do but i cant find the wrong think, did i put enum Код: SETTINGS_MAIN { POCKET_MONEY, JAIL_COMMANDS, ANNOUNCE_SECONDS, PASS_MIN, PASS_MAX } new gSettings[SETTINGS_MAIN]; etc. at the...
172
I am using a tutorial from Wiki sa-mp ( https://sampwiki.blast.hk/wiki/Creating_...n_FilterScript ) but i get 4 errors Код: ...\filterscripts\adminscript.pwn(44) : error 017: undefined symbol "g...
172
Quote: Originally Posted by Don Correlli true stands for 1 and false stands for 0. ty, and i get error: Код: maps/.../admin.pwn(42) : error 029: invalid expression, assumed zero Pa...
153
return true is that return 1 or 0? like return 1; or return 0;
153
Quote: Originally Posted by Don Correlli Quote: Originally Posted by Mo3 1.) OnPlayerEnterVehicle 2.) GetPlayerVehicleModel 3.) if(model == ADMINCAR) 4.) RemovePlayerFromVehicl...
153