28.09.2008, 11:21
Quote:
|
Originally Posted by =>Sandra<=
You mean something like this:
Код:
case 18:
{
if(PlayerNameStartsWith(playerid, "[ABK]"))
{
GameTextForPlayer(playerid, "~w~bla bla", 500, 3);
SetPlayerPos(playerid,bla bla);
SetPlayerFacingAngle(playerid, 0.0);
SetPlayerCameraPos(playerid,bla bla;
SetPlayerCameraLookAt(playerid,bla bla);
SetPlayerInterior(playerid,0);
ApplyAnimation(playerid,"GHANDS","gsign5",4.0,0,0,0,0,0);
TextDrawShowForPlayer(playerid,etc);
TextDrawHideForPlayer(playerid,etc);
}
else
{
SendClientMessage(playerid, 0xFF0000AA, "Only [ABK]members are allowed to use this...");
Kick(playerid);
}
}
|

If you don't know how to do it thats no prob but please tell me so I am not checking this all the time lol.
I have tried a few things and they didnt work

