Jump to content
  • 0

pomoc VIP system


PapikSVK52

Dotaz

7 odpovědí na tuto otázku

Recommended Posts

  • 0

public OnPlayerSpawn(playerid)
{
if(vip[playerid]) //Tvoja premenná pre VIP
{
    GivePlayerArmour(playerid, 100);
GivePlayerWeapon(playerid, 26, 500);
}
return true;
}
  • Líbí se mi to! (+1) 1
Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...