[Duv-Simples] Tem como usar Virtualword em PlayerToPoint
#4

podes fazer assim:

pawn Код:
stock IsPlayerInVirtualWorld(playerid, virtualworldid)
{
        if(GetPlayerVirtualWorld(playerid) == virtualworldid) return true;
        else return false;
}
Stock By: [iPs]Garfield

usas:

pawn Код:
if(IsPlayerInVirtualWorld(playerid, 3)) //EXEMPLO
{
       print("Player estб no VirtualWorld 3");
}
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 2 Guest(s)