A Error Message Needed For this command!
#2

Create one variable and set for the command, example:

pawn Код:
new CreateShip[MAX_PLAYERS];

//In Command:

CreateShip[playerid] = 1;

// Top of Command;

if(CreateShip[playerid] == 1) return SendClientMessage(playerid, -1, "You created the ship, please use /removeship");

// Command of Remove

CreateShip[playerid] = 0;
Try this.
Reply


Messages In This Thread
A Error Message Needed For this command! - by fadhilkab - 03.07.2012, 19:58
Re: A Error Message Needed For this command! - by .FuneraL. - 03.07.2012, 20:05
Re: A Error Message Needed For this command! - by fadhilkab - 03.07.2012, 20:28
Re: A Error Message Needed For this command! - by WagnerPM - 03.07.2012, 20:38
Re: A Error Message Needed For this command! - by fadhilkab - 04.07.2012, 10:23

Forum Jump:


Users browsing this thread: 1 Guest(s)