Anti NRG
#1

Heyy, where can i get anti nrg? if i enter in NRG veh will Destroy
sorry bad english.
Reply
#2

pawn Код:
public OnPlayerStateChange(playerid, newstate, oldstate)
{
    if(newstate == PLAYER_STATE_DRIVER && oldstate == PLAYER_STATE_ONFOOT)
    {
        new vehicleid = GetPlayerVehicleID(playerid);
        if(GetVehicleModel(vehicleid) == 522)//vehcile model id. :D
        {
            DestroyVehicle(vehicleid);
            //bla bla
        }
    }
    return 1;
}
Reply
#3

LoL! or just dont add NRG on your server hehe why would you want this? do you hate those bikes ?
Reply
#4

Lol boelie, when i saw this thread i lol'd rly.
Reply
#5

Quote:

Lol boelie, when i saw this thread i lol'd rly.

Yea XD Its great to begin the new year with funny script questions like these i cant wait for him to reply
why he wants this
Reply
#6

Quote:
Originally Posted by boelie
Посмотреть сообщение
Yea XD Its great to begin the new year with funny script questions like these i cant wait for him to reply
why he wants this
Hmm, ok let's wait for hyperz's reply.
Reply
#7

You can just create a big ASSPLOZION , or just not add them to script at all!
Reply
#8

Quote:
Originally Posted by boelie
Посмотреть сообщение
LoL! or just dont add NRG on your server hehe why would you want this? do you hate those bikes ?
Alright epic.xD

But maybe he just wanted to know how something works so he can use it for other things :P
Reply
#9

Quote:
Originally Posted by bartje01
Посмотреть сообщение
Alright epic.xD

But maybe he just wanted to know how something works so he can use it for other things :P
i guess You're right bartje01...
Reply
#10

Quote:
Originally Posted by Clive
Посмотреть сообщение
i guess You're right bartje01...
Yea. many times when I want to know something I ask it like this:

How to give a message when someone tries to step on a NRG?

Then you guys give me the code for it.

And I'll change it so the player will be slapped.


I want to do things myself as much as I can.

Maybe he things the same about it
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)