[HELP] /uninvite Freezes players...
#7

Like Picharelo did, just add
Код:
ToggleControllable(para1, 1);
to 1 in the end of the

Код:
GetPlayerName(para1, giveplayer, sizeof(giveplayer));
						GetPlayerName(playerid, sendername, sizeof(sendername));
						PlayerInfo[para1][pLeader] = 0;
						PlayerInfo[para1][pMember] = 0;
						PlayerInfo[para1][pRank] = 0;
						PlayerInfo[para1][pChar] = 101;
						SetPlayerSkin(para1, 101);
						gTeam[para1] = 10;
						PlayerInfo[para1][pTeam] = 10;
						format(string, sizeof(string), "You have been kicked from the faction by leader %s.", sendername);
						SendClientMessage(para1, COLOR_LIGHTYELLOW, string);
						format(string, sizeof(string), "You have kicked %s from the faction.", giveplayer);
						SendClientMessage(playerid, COLOR_LIGHTYELLOW, string);
Reply


Messages In This Thread
[HELP] /uninvite Freezes players... - by FreddeN - 23.05.2010, 14:08
Re: [HELP] /uninvite Freezes players... - by (.Aztec); - 23.05.2010, 14:11
Re: [HELP] /uninvite Freezes players... - by FreddeN - 23.05.2010, 14:24
Re: [HELP] /uninvite Freezes players... - by [MWR]Blood - 23.05.2010, 14:25
Re: [HELP] /uninvite Freezes players... - by FreddeN - 23.05.2010, 14:29
Re: [HELP] /uninvite Freezes players... - by Mechscape - 23.05.2010, 14:36
Re: [HELP] /uninvite Freezes players... - by Niixie - 23.05.2010, 16:16
Re: [HELP] /uninvite Freezes players... - by Jakku - 23.05.2010, 17:40

Forum Jump:


Users browsing this thread: 1 Guest(s)