how to fix Virtual World
#4

pawn Код:
CMD:fixmyvw(playerid, params[])
{
    new string[128];
    if(IsPlayerConnected(playerid))
    {
        PlayerInfo[playerid][pInt] = 0;
        SetPlayerInterior(playerid, 0);
        PlayerInfo[playerid][pVW] =  0;
        SetPlayerVirtualWorld(playerid,  0);
        format(string, sizeof(string), "You have fixed your virtual world.");
        SendClientMessage(playerid, COLOR_GRAD2, string);
    }
    return 1;
}
Reply


Messages In This Thread
how to fix Virtual World - by Le3aT - 15.11.2013, 05:41
Re: how to fix Virtual World - by TahaAsif12 - 15.11.2013, 05:53
Re: how to fix Virtual World - by Konstantinos - 15.11.2013, 10:22
Re: how to fix Virtual World - by Jizz - 15.11.2013, 10:41

Forum Jump:


Users browsing this thread: 2 Guest(s)