19.04.2010, 11:46
hello,
can someone fix this code, i have compile but it dint have warning or error but when i login as admin i cant go to that place here is the code
can someone fix this code, i have compile but it dint have warning or error but when i login as admin i cant go to that place here is the code
Код:
if(strcmp("/mubarrak48house", cmdtext, true, 10) == 0)
{
if(IsPlayerLAdmin(playerid))
{
SetPlayerPos(playerid,2324.6475,-1147.8363,1050.7101);
SetPlayerFacingAngle(playerid,358.6484);
SetPlayerInterior(playerid, 12);
SetCameraBehindPlayer(playerid);
ResetPlayerWeapons(playerid);
GameTextForPlayer(playerid, "~p~Welcome To Administrator [SEX] or [MyS]Mubarrak48 House", 3000, 3);
}
else
{
SendClientMessage(playerid, ADMIN_RED, "You Must Be An Administrator To Go To Mubarrak48 house");
}
return 1;
}

