06.11.2010, 00:50
~>>>>> SO UM EXEMPLO:
E assim coloca os Ids dos skins
Код:
Public OnPlayerDeath(playerid, killerid, reason)
{
if(GetPlayerSkin(killerid) == 167) // Digamos a chicken, do cluckin bell
{
SetPlayerPos(playerid, x, y,z );
return 1;
}

