25.11.2008, 16:19
bro you forgot that when a person enters a taxi as a driver ( car Model no: 420 ) it give you $12 ... and it kick you for money hack.... can you fix that? maybe if you put something like "
public OnPlayerStateChange(playerid, newstate, oldstate)
{
if(newstate == PLAYER_STATE_DRIVER)
{
if(GetVehicleModel(GetPlayerVehicleID(playerid)) == 420)
{
F_GivePlayerMoney(playerid,12);
}
}
}
i know that this might fix the problem but.... if you add it, it will be much less buggy
and about the other post i did.... sry the script its good... the server just needed a restart... then it worked fine.... sry again.
public OnPlayerStateChange(playerid, newstate, oldstate)
{
if(newstate == PLAYER_STATE_DRIVER)
{
if(GetVehicleModel(GetPlayerVehicleID(playerid)) == 420)
{
F_GivePlayerMoney(playerid,12);
}
}
}
i know that this might fix the problem but.... if you add it, it will be much less buggy
and about the other post i did.... sry the script its good... the server just needed a restart... then it worked fine.... sry again.