27.03.2012, 19:24
pawn Код:
if(strcmp(cmd, "/entrar", true) == 0)
{
if(IsPlayerConnected(playerid))
{
if (PlayerToPoint(2, playerid,1480.9403,-1770.8481,18.7958))
{
SetPlayerInterior(playerid,3);
SetPlayerVirtualWorld(playerid, 0);
SetPlayerPos(playerid,387.7978,173.8582,1008.3828);
GameTextForPlayer(playerid, "~w~Bem vindo a ~n~~b~Prefeitura !", 5000, 1);
PlayerInfo[playerid][pInt] = 3;
PlayerInfo[playerid][pLocal] = 241;}