GetPlayerVirtualWorld - Quick, easy help
#1

GetPlayerVirtualWorld

Ok, this is a simple question, i want to create a command.

/teles

i would like people in virtual world 5 to only use it. how can i do that by using 'Getplayervirtualworld?

Thanks

pawn Код:
if(strcmp(cmdtext, "/teles", true) == 0)
    {
        SendClientMessage(playerid, COLOR_ORANGE, "** ONLY USE THESE IF YOU ARE IN THE STUNT WORLD. ");
        SendClientMessage(playerid, COLOR_ORANGE, "** /stuntshowplayers ");
        SendClientMessage(playerid, COLOR_ORANGE, "** /stuntplane ** /nrgcourse1 ** /stuntls ** /floodedpark ** /sewerstuntzone");
        SendClientMessage(playerid, COLOR_ORANGE, "** /stuntchilliad ** /stuntaa ** /aamj ** /obcourse1 ** /moviestage ** /effeltower");
        SendClientMessage(playerid, COLOR_ORANGE, "** /aquastunts ** /moviecasino ** /moviefactory **");

    }
Reply


Messages In This Thread
GetPlayerVirtualWorld - Quick, easy help - by lewismichaelbbc - 23.01.2011, 11:21
Re: GetPlayerVirtualWorld - Quick, easy help - by TouR - 23.01.2011, 11:29
Re: GetPlayerVirtualWorld - Quick, easy help - by [NoV]LaZ - 23.01.2011, 11:31
Re: GetPlayerVirtualWorld - Quick, easy help - by TouR - 23.01.2011, 11:35

Forum Jump:


Users browsing this thread: 1 Guest(s)