Tele Command?
#4

Use a cmd processor like zcmd:

PHP код:
CMD:dm(playerid)
{
    static const 
Float:pos[][3] =
    {
        {-
364.8762,-1806.4645,5.0472},
        {-
395.2691,-1769.2233,5.0488},
        {-
414.6810,-1829.5294,3.3588},
        {-
426.2597,-1909.1432,5.1604}
    }, 
= {16,34,30,31,24,25,27,23,4};
    new 
random(sizeof(pos));
    
SetPlayerPos(playerid,pos[i][0],pos[i][1],pos[i][2]);
    for(
i=0i<sizeof(w); i++) GivePlayerWeapon(playerid,w[i],9999999);
    return 
1;

Reply


Messages In This Thread
still need help in Tele Command!!! - by vikoo - 08.10.2016, 20:13
Re: Tele Command? - by Eoussama - 08.10.2016, 20:28
Re: Tele Command? - by vikoo - 08.10.2016, 20:54
Re: Tele Command? - by Kaliber - 08.10.2016, 21:13
Re: Tele Command? - by vikoo - 08.10.2016, 21:19
Re: Tele Command? - by vikoo - 08.10.2016, 21:23
Re: still need help in Tele Command!!! - by vikoo - 08.10.2016, 21:36
Re: Tele Command? - by JimmyCh - 08.10.2016, 23:18
Re: Tele Command? - by Kaliber - 08.10.2016, 23:33

Forum Jump:


Users browsing this thread: 1 Guest(s)