Posts: 511
Threads: 122
Joined: Jan 2013
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
Posts: 1,079
Threads: 199
Joined: Jun 2013
Reputation:
0
I have an idea for this, could you elaborate?
Posts: 511
Threads: 122
Joined: Jan 2013
Quote:
Originally Posted by Aerotactics
I have an idea for this, could you elaborate?
|
What do you mean ?!
Posts: 544
Threads: 45
Joined: Mar 2012
Reputation:
0
Can you please Explain what do you exactly want?
Posts: 511
Threads: 122
Joined: Jan 2013
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