Problem with Virtual World
#5

Try this

pawn Код:
if (strcmp("/vworld 1", cmdtext, true, 10) == 0)
    {
        if(GetPlayerScore(playerid) >= 13)
        {
           SetPlayerVirtualWorld(playerid, 1);
        }
        else if (IsPlayerInAnyVehicle(playerid))
        {
           SetPlayerVirtualWorld(playerid, 1);
        }
        else SendClientMessage(playerid, 0xffff00aa, "You must have 13 lvl.");
        return 1;
    }
I did not tested.

thanks
Reply


Messages In This Thread
Problem with Virtual World - by GrInDzO - 18.03.2011, 13:55
Re: Problem with Virtual World - by GrInDzO - 18.03.2011, 19:26
Re: Problem with Virtual World - by SchurmanCQC - 18.03.2011, 19:32
Re: Problem with Virtual World - by Davz*|*Criss - 18.03.2011, 19:39
Re: Problem with Virtual World - by Davz*|*Criss - 18.03.2011, 19:46
Re: Problem with Virtual World - by Biesmen - 18.03.2011, 19:56
Re: Problem with Virtual World - by Davz*|*Criss - 18.03.2011, 19:57
Re: Problem with Virtual World - by GrInDzO - 18.03.2011, 20:17
Re: Problem with Virtual World - by Biesmen - 18.03.2011, 20:20
Re: Problem with Virtual World - by GrInDzO - 18.03.2011, 21:08

Forum Jump:


Users browsing this thread: 2 Guest(s)