19.06.2011, 13:59
Can I do this thing: ?
and at OnPlayerStateChange, in PLAYER_STATE_DRIVER this:
??
I did this and it doesen't works.. the message isn't showing
pawn Код:
new Test;
pawn Код:
Test = AddStaticVehicleEx(522, 0.00, 0.00, 0.00, 0.00, -1, -1, 60000);
pawn Код:
if(GetPlayerVehicleID(playerid) == Test) { SendClientMessage(playerid, -1, "TEST"); }
I did this and it doesen't works.. the message isn't showing