18.05.2014, 05:43
Try this
pawn Код:
if(GetPVarInt(playerid"[lytis]==1))<---- Line 497
{
SetPlayerSkin(playerid,142);
playerDB[playerid][uniforma]=142;
playerDB[playerid][uniformd]=true;
ApplyAnimation(playerid,"PLAYIDLES","stretch",4.1,0,0,0,0,0);
}
else
{
SetPlayerSkin(playerid,151);
playerDB[playerid][uniforma]=151;
playerDB[playerid][uniformd]=true;
ApplyAnimation(playerid,"PLAYIDLES","stretch",4.1,0,0,0,0,0);
}