Lapayo / SAMPHP

20 stars 9 forks source link

setShopName return StopAudioStreamForPlayer #9

Closed Enchancer closed 9 years ago

Enchancer commented 9 years ago

player.php

public function setShopName($name)
{
    return StopAudioStreamForPlayer($this->id, $name);
}

Should be

public function setShopName($name)
{
    return SetPlayerShopName($this->id, $name);
}
ghost commented 9 years ago

It has been fixed now. By the way, I would be glad if you start opening issues in the new repository: https://github.com/crodriguespt/samphp

Enchancer commented 9 years ago

Thank you i will, I'm not very used to github