11.02.2011, 23:37
pawn Код:
if (strcmp(cmd, "/sair3", true) == 0)
{
if(PlayerToPoint(2.0, playerid, 2496.0659,-1692.1667,1014.7422))
{
SetPlayerPos(playerid, 2495.6331,-1687.5452,13.516);
GameTextForPlayer(playerid, "~p~Bem Vindo a HQ da Groove Street",5000,1);
SetPlayerInterior(playerid, 0);
SetPlayerFacingAngle(playerid, 1);
PlayerInfo[playerid][pInt] = 0;
}
return 1;
}