Help with the cmd of dm
#7

Do

pawn Код:
if(IsPlayerInDM[playerid] == 1) {
     SendClientMessage(playerid, 0xFF00AAFF, "SERVER: You are already in DM!");
     return 0;
} else {
     // Your code
}
ofc you need to
pawn Код:
new IsPlayerInDM[MAX_PLAYERS];
Reply


Messages In This Thread
Help with the cmd of dm - by waim - 30.07.2010, 21:51
Re: Help with the cmd of dm - by Dolph - 30.07.2010, 21:59
Re: Help with the cmd of dm - by waim - 30.07.2010, 22:26
Re: Help with the cmd of dm - by Steven82 - 30.07.2010, 23:44
Re: Help with the cmd of dm - by waim - 31.07.2010, 01:52
Re: Help with the cmd of dm - by waim - 31.07.2010, 10:11
Re: Help with the cmd of dm - by Niixie - 31.07.2010, 10:15
Re: Help with the cmd of dm - by waim - 31.07.2010, 10:20
Re: Help with the cmd of dm - by Cameltoe - 31.07.2010, 10:34
Re: Help with the cmd of dm - by Vince - 31.07.2010, 11:21

Forum Jump:


Users browsing this thread: 4 Guest(s)