05.04.2014, 14:54
Hello, I tryed to do a AttachedObject selection, but it don't work. This is that code what i tryed:
How to fix that ?
pawn Код:
public OnPlayerModelSelection(playerid, response, listid, modelid)
{
if(listid == daiktai)
{
if(response)
{
SetPlayerAttachedObject(playerid,modelid);
}
else SendClientMessage(playerid, RAUDONA, "Atрaukta!");
}
return 1;
}