08.07.2011, 10:01
okay what I did was
in the global script and
in PLUGIN_CALL AmxLoad( AMX *amx ) , that will hopefully be good,
anyone interested in a drift counter plugin?
I just need help with this line:
Invoke:: is underscored by a red line, what to do? ^^
Код:
AMX * pAMX
Код:
pAMX = amx
anyone interested in a drift counter plugin?
I just need help with this line:
pawn Код:
if(Invoke::callNative(&PAWN::GetPlayerState, playerid) == PLAYER_STATE_DRIVER){
Invoke::callNative(&PAWN::GetVehicleVelocity, PlayerVehicleID, &SpeedX, &SpeedY, &SpeedZ);