Search Results
Mhm, I think this could help you: Код: stock getSeatStatus(const vID, const seatID) { for(new i = 0, j = GetPlayerPoolSize(); i <= j; i++) { if(GetPlayerVehicleID(i) == vID && GetP...
216
Код: new VehicleNames[212][] = { "Landstalker","Bravura","Buffalo","Linerunner","Perenial","Sentinel","Dumper","Firetruck","Trashmaster","Stretch","Manana","Infernus", "Voodoo","Pony","Mule","...
119
Quote: Originally Posted by Dainteresebuli pawn Код: if(IsPlayerInBandOnline(GZInfo[i][gFrak]) < 2) return SendClientMessage(playerid,Wisdom_ERROR, "У банды \"%s\" мало и...
181
HALLOWEEN SYSTEM WITH MYSQL R39 [INFORMATIONS] It's a quest a little different than the classic ones. The idea is pretty simple, since you have to collide 22 homes (as if you were collecting 22 objec...
601
https://sampwiki.blast.hk/wiki/Strcmp All you need ^^^
184
You made a few holes through the code, but it overlooks, it\'s pretty .. ok, but there are some mistakes here and it could be done better. For example, why use a 200-character value for a simple reas...
1,561
Old code .. 1. Why you loop all players? Code: for(new i = 0; i <MAX_PLAYERS; i++) If you don't want to use ITERATORS ( YSI\y_iterate ) to select only from VIP LIST you can make something like th...
1,339
You can use "Missing Brackets" I'd recommend you to take backups.
120
Quote: Originally Posted by CaDDySaMp Felicitari pentru munca depusa, daca bagi si niste actori cu animatie... ar fii foarte perfect. +1 Multumesc !
416
Код: format(pDialog, sizeof(pDialog), "{08ce1f}Detectiv {ffcc00}-\n{ff0000}Dealer De Droguri {ffcc00}$\n{08ce1f}Baiat Cu Pizza {ffcc00}$$$\n{08ce1f}Sofer De Autobuz {ffcc00}$$$\n{08ce1f}Mecanic {f...
112
You need to update to the latest version of the streamer. https://github.com/samp-incognito/sa...lugin/releases steps: 1. Click on the link above and click on samp-streamer-plugin-2.9.3.zip to downlo...
179
Код: if(TaietorJob[playerid] == 1) { if(GetPlayerVehicleID(playerid) != 572) return SendClientMessage(playerid, -1, "Your message"); DisablePlayerRaceCheckpoint(playerid); // You have a RACE CHEC...
193
Quote: Originally Posted by JustNothing you should add actors at the tables Yes, thanks for your ideea
416
You can use DisableRemoteVehicleCollisions. Check this: https://sampwiki.blast.hk/wiki/DisableR...icleCollisions
132
Yes FCNPC (Fully Controllable NPc ) https://sampforum.blast.hk/showthread.php?tid=428066
226
Mhm, maybe format line is not correctly.. Try this: Код: VehicleNames[GetVehicleModel(GetPlayerVehicleID(playerid))-400] And try this function to take vehicle speed: Код: stock GetVehicleSp...
163
"Name" and "Owner" from the database do not load well. cache_get_value_name has the following parameters: Код: cache_get_value_name (line_idx, const column_name [], destination [], max_len = siz...
140