[Pedido] Profissгo random
#3

mano eu consegui fazer um(abaixo) aqui mas n consegui fazer o comando de descarregar pode me dar um exemplo?
pawn Код:
new Float:cartas[10][3] = {
   // 0 ( X ),   1 (Y ),    2 ( Z )
    {-2041.2926,-2386.7451,30.1984}, // Linha 0 (1)
    {-1571.7614,-2733.3157,48.1070}, // Linha 1 (2)
    {-1656.7499,-2240.2173,31.2983}, // Linha 2 (3)
    {21.9379,-2648.6987,40.0474}, // Linha 3 (4)
    {-23.3117,-2506.0486,36.2155}, // Linha 4 (5)
    {-1085.3257,-1645.5614,75.9392}, // Linha 5 (6)
    {-2023.5060,157.5564,28.4007}, // Linha 6 (7)
    {-2791.1409,-444.5565,7.2820}, // Linha 7 (8)
    {-1705.8510,397.4526,6.7311}, // Linha 8 (9)
    {-1881.1149,1388.2993,6.7540} // Linha 9 (10)
};


    if (strcmp("/pegarcartas", cmdtext, true, 10) == 0)
    {
    SendClientMessage(playerid, 0x0080FFFF, "Vocк pegou cartas");
    new rand = random(sizeof(cartas));
    SetPlayerCheckpoint(playerid,cartas[rand][0],cartas[rand][1],cartas[rand][2], 3.0);
    return 1;
    }
eu queria um de descarregar
Reply


Messages In This Thread
Profissгo random - by Italoigt - 29.05.2015, 00:05
Re: Profissгo random - by ipsLuan - 29.05.2015, 00:05
Re: Profissгo random - by Italoigt - 29.05.2015, 00:27
Re: Profissгo random - by n0minal - 29.05.2015, 00:50
Re: Profissгo random - by Italoigt - 29.05.2015, 01:06
Re: Profissгo random - by [BOPE]Seu._.Madruga - 29.05.2015, 01:59
Re: Profissгo random - by Italoigt - 29.05.2015, 20:18

Forum Jump:


Users browsing this thread: 2 Guest(s)