09.01.2015, 23:54
Gracias por responder rapido amigo
entonces si estб en carrera quedaria asi?
entonces si estб en carrera quedaria asi?
pawn Код:
public OnPlayerStateChange(playerid, newstate, oldstate)
{
if(newstate == PLAYER_STATE_ONFOOT && oldstate == PLAYER_STATE_DRIVER)
{
if(Joined[playerid] == 1) // recuerda, false = 0, true = 1.
{
PLAYER_STATE_DRIVER[playerid] 1;// asi estб bien la funcion? es que casi no conozco esas variables
}
}
return 1;
}