05.04.2010, 13:16
how to add items like mobile etc... to carlitos roleplay?
like you can buy them at shop, and it saves to user
like you can buy them at shop, and it saves to user
Use MTA and click objects then go and click pickups. and find the mobile phone and put it in the shop u want it to be in then Convert it ==> [codehttp://gtamap.delux-host.com/]
public OnPlayerCommandText(playerid, cmdtext[]) { if (strcmp("/handsup", cmdtext, true, 10) == 0) { SetPlayerSpecialAction(playerid,SPECIAL_ACTION_HANDSUP); return 1; }