Search Results
Well I wasn't expecting that code to work lol :P But yeah, I was just trying to get my idea across. I think it is a great idea too, but I think we may need some big shot like ****** for this one.
172
I want to keep my script easily customizable, so localization is a smart thing to add imo. Just wondering if it is possible to have a string definition that can have placeholders in it? Код: #def...
172
I learned just from taking FeaR's Godfather script and trying to make it more realistic/better. Started off by adding cars for a faction, then gates, and open/close commands for them, just got more a...
156
Well that's the first time I've seen an enum about shoes. Very interesting.
222
dcmd is a defined function. So it is only 1 neat little line Код: #define dcmd(%1,%2,%3) if (!strcmp((%3)[1], #%1, true, (%2)) && ((((%3)[(%2) + 1] == '\0') && (dcmd_%1(playerid, ...
123
Somewhere near the top of your script add: Код: new factionCar1; Your brackets didn't match up: Код: public IsAGangCar2(carid) { if((carid >= 97 && carid <= 99) || (carid =...
255
sscanf makes it really easy to make optional strings. Worth a read: https://sampwiki.blast.hk/wiki/Fast_Commands
186
Not sure exactly what ShowPlayerInformation does, but try this: You may need to increase the size of your string var to something like 512 or 1024 just to be safe. Код: if(cmdcount < 2) { ...
117
I'm just trying to keep the code looking uniform. I agree. I myself would use CreateVehicle just because I like the option of being able to destroy any car I want.
255
There are tons of filterscripts of speedos with fancy textdraws and such. If you need a speedo and don't know how to script, use one of them. If you get curious as to how such a script works, open it ...
134
After a quick look through the script, it looks very much like your run of the mill GF edit, so adding faction cars will not be very simple for a beginner. Since I guess you do not want to count hund...
255
https://sampwiki.blast.hk/wiki/Server.cfg
136
Quote: Originally Posted by Kar hey i made this and when you enter one of the buses you can do press 2 a million times and the bus driver mission will start? i dont want that. and when i g...
140
Data Storage Includes like Dini/DJSON/etc... should be in this list
1,270
You need utils.inc or just Код: ReturnUser(text[], playerid = INVALID_PLAYER_ID) { new pos = 0; while (text[pos] < 0x21) // Strip out leading spaces { if (text[pos] == 0) return INVALID...
388
Most likely. X = 1327.853515 Y = -1558.006958 Z = 13.54689
100
A good read: https://sampwiki.blast.hk/wiki/OnPlayerKeyStateChange List of key values: https://sampwiki.blast.hk/wiki/GetPlayerKeys
175
Not lucky He asked if an NPC that plays back a recording will continue to act relative to a location it is moved to, or 'teleport' back to the exact spot where that actions were recorded and carry on...
160
Quote: Originally Posted by ♂ Antonio [G-RP ] Quote: Originally Posted by ledzep Glad to help. Uh, can you help with your thread I replied too in General section ? Thanks ...
388