14.12.2013, 12:35
Hello!
So i tryed this! it's some teleport
didn't work
But what i need is When a WANTED Player do this command he can't but if he's not wanted he can
So Please help.. .+rep
PHP код:
if (strcmp(cmdtext, "/sfap", true) == 0)
{
if (GetPlayerState(playerid) == PLAYER_STATE_DRIVER)
{
SetVehiclePos(GetPlayerVehicleID(playerid), -1548.4060,-433.5984,6.0000);
SetVehicleZAngle(GetPlayerVehicleID(playerid), 319.9333);
}
else
{
SetPlayerPos(playerid, -1548.7957,-443.3555,6.1024);
SetPlayerFacingAngle(playerid, 338.4202);
SendClientMessage(playerid,COLOR_GREEN,"Welcome to San Fierro Airport");
}
SetCameraBehindPlayer(playerid);
return 1;
}
didn't work
But what i need is When a WANTED Player do this command he can't but if he's not wanted he can

So Please help.. .+rep