Need make one cmd
#1



hi guys

please i need make CMD with Normal CMD ( if(..."/CMD"... )

player can spawn vehicle ID:579, but he can't use this CMD just after respawn(bomb) this vehicle

and if this player has logout respawn this car


and sorry for my words
Reply
#2

I have an idea for this, could you elaborate?
Reply
#3

Quote:
Originally Posted by Aerotactics
Посмотреть сообщение
I have an idea for this, could you elaborate?
What do you mean ?!
Reply
#4

Can you please Explain what do you exactly want?
Reply
#5

pawn Код:
if (strcmp("/mycommand", cmdtext, true, 10) == 0)
    {
        new Float:x; Float:y, Float:z;
        GetPlayerPos(x,y,z)
        CreateVehicle(579, x,y,z, 90, -1, -1, 1500);
        return 1;
    }
i need if player use this CMD, he can use it again just after respawn this car
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)