Search Results
Here: pawn Код: new HuntID[MAX_PLAYERS];new IsHunting[MAX_PLAYERS];OnPlayerCommandText(playerid, cmdtext[]){    if(!strcmp(cmdtext, "/mission", true))    {        new            Msg...
192
pawn Code: else if( ( fHealth - faPlayerHealth[playerid] ) > 40 || ( fHealth - faPlayerHealth[playerid] ) < -40 ) There.
252
It works. Did you try restarting your server?
255
pawn Код: if(strfind(text[1], "#", true) != -1){    new Msg[256];    new PName[MAX_PLAYER_NAME];    strdel(cmdtext, 0, 7);    GetPlayerName(playerid, PName, sizeof(PName));    format(Msg...
170
Here's an example. pawn Код: //Top of scriptnew Money;Money = CreatePickup(blah blah blah);//Rest of scriptpublic OnPlayerPickUpPickup(playerid, pickupid){    if (pickupid == Money) {      Â...
141
A) Don't cintuple post B) Fix the indentation on that crap, it's hard to read
101
For cars, just check if the vehicle model is a car.
127
pawn Код: if(GetPlayerVehicleID(KidnapID) != GetPlayerVehicleID(playerid))//Not tested. Use that :P
166
Be a bit more specific, please.
133
I THINK he means the ability to kidnap someone if they're in your car. You'll need strtok for this: pawn Код: if(strcmp(cmd, "/kidnap", true) == 0){    if(!IsPlayerInAnyVehicle(playerid)) retur...
166
What exactly are you trying to do anyway?
146
Quote: Originally Posted by HITMANBOY can you do that always the speedometer be? that the player don't need do the command? The speedometer's already on by default.
433
Quote: Originally Posted by JoeDaDude Ok but. 1. I hate MEd 2. Dunno how to use it 3. You have to load bits of san andreas in parts 4. Dont know wich file is ls airport 5. dosent show al o...
176
Quote: Originally Posted by Donny Format both into strings and compare them. That's exactly what mine does.
157
Quote: Originally Posted by JoeDaDude Ok im making some plane spawns, And i hate trying to get the stairs perfect. So i decided to go on Medit, And add some stairs that are at LS, But i do...
176
I edited it so you can toggle it's features via defines.
433
Quote: Originally Posted by JeNkStAX Is there anyway to compare a String with a Variable? Returns 0 if the var and the string are the same. pawn Код: StrFloatCmp(str:String, Float:F...
157
No need to quote the OP. :P And thanks.
433