08.03.2012, 05:26
Please enable the bodypart parameter in OnPlayerTakeDamage/OnPlayerGiveDamage.
useful for detecting headshots.
useful for detecting headshots.
I don't know about the rest of you, but a customized tab-list would make servers look a lot more organized in my opinion.
Being able to add groups to the tab-list (maybe with the ability to add hex-colours to them aswell, like dialogs & client messages?) Functions could be like so, of course, you could rename/add/delete functions as you felt fit, I just think it'd be a nice suggestion for SA:MP '0.3e' pawn Code:
pawn Code:
Opinions? |
AttachCameraFrontVectorToObject(playerid, objectid)
A function to attach CameraLookAt position to object would be awesome.
pawn Код:
|
native AttachCameraToObject(playerid, objectid);
native AttachCameraToPlayerObject(playerid, playerobjectid);
public OnPlayerSpawn(playerid)
{
foreach(Player,i)
{
SetElementCollidableWith(playerid,i,false);
}
return 1;
}
native EditScoreboardColumn(id, name);
native RemoveScoreboardColumn(id);
native SetStat(id, string);