[Ayuda] Con Este Error...
#9

їY si usas SpawnPlayer cuando se llena el progress?. Si no te doy un ejemplo diferente, aunque no termino de entender lo que necesitas xD

pawn Код:
public OnPlayerRequestClass(playerid, classid)
{
    SendClientMessage(playerid, -1, "test");
    return 1;
}

public OnPlayerCommandText(playerid, cmdtext[])
{
    if(strcmp("/test", cmdtext, true, 10) == 0)
    {
        OnPlayerRequestClass(playerid, 0);
        return 1;
    }
    return 0;
}
Asн es llamado perfectamente.
Reply


Messages In This Thread
[Ayuda] Con Este Error... - by OTACON - 07.10.2012, 18:51
Respuesta: [Ayuda] Con Este Error... - by Bu11Sh0t - 07.10.2012, 19:47
Respuesta: [Ayuda] Con Este Error... - by OTACON - 07.10.2012, 19:54
Respuesta: [Ayuda] Con Este Error... - by Jovanny - 07.10.2012, 20:00
Re: [Ayuda] Con Este Error... - by Mr.GeEk - 07.10.2012, 20:01
Respuesta: Re: [Ayuda] Con Este Error... - by OTACON - 08.10.2012, 16:17
Respuesta: [Ayuda] Con Este Error... - by [J]ulian - 08.10.2012, 16:47
Respuesta: [Ayuda] Con Este Error... - by OTACON - 08.10.2012, 16:55
Respuesta: [Ayuda] Con Este Error... - by [J]ulian - 08.10.2012, 17:04
Respuesta: [Ayuda] Con Este Error... - by OTACON - 08.10.2012, 17:37

Forum Jump:


Users browsing this thread: 1 Guest(s)