LIl question
#1

How can i make if player types an command near /infernus like /inf /infe etc, how can i make an infernus spawn like in stunt servers
Reply
#2

pawn Код:
commandthing (/infernus)
{
    if(IsPlayerInRangeOfPoint(playerid, RADIUS, X, Y, Z))
    {
        //Create veh here
     }
}
Reply
#3

Use: if(IsPlayerInRangePoint)
Reply
#4

i mean like i created an cmd called /infernus that will spwn an infernus. can i make if player types /inf, an infernus will spawn
Reply
#5

You mean 2 command doing the same thing?

pawn Код:
CMD:inf(playerid,params[]) return cmd_infernus(playerid,params);
Reply
#6

ok open up fsdebug and do /v inf, an infernus will spawn. if u do something like /v fernus. an infernus will spawn again. how u do that (they have these in stunt server)
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)