24.12.2013, 21:57
(
Последний раз редактировалось PowerPC603; 24.12.2013 в 22:31.
)
Just tested by using this code:
The message was sent even when killing myself when inside a vehicle.
And using your command (vid) in class-selection after killing myself inside a vehicle kept saying I was still inside a vehicle.
This seems to be a samp bug.
See my topic of PPC Trucking V1 (http://forum.sa-mp.com/showpost.php?...postcount=3712).
Even after putting in a check in the UpdatePlayerTextDraws function and removing the player from his vehicle, the server still thinks you are inside a vehicle even when your character is standing at class-selection.
Код:
public OnPlayerDeath(playerid, killerid, reason) { SendClientMessage(playerid, 0xFFFFFFFF, "You died"); return 1; }
And using your command (vid) in class-selection after killing myself inside a vehicle kept saying I was still inside a vehicle.
This seems to be a samp bug.
See my topic of PPC Trucking V1 (http://forum.sa-mp.com/showpost.php?...postcount=3712).
Even after putting in a check in the UpdatePlayerTextDraws function and removing the player from his vehicle, the server still thinks you are inside a vehicle even when your character is standing at class-selection.