07.10.2016, 10:28
Esta muito interessante esta include.
Mas algumas funзхes podiam ser sу uma tipo
podia fazer isto tudo em uma sу...
Mas algumas funзхes podiam ser sу uma tipo
PHP Code:
stock Get*******StreamPosX(playerid)
{
if(!IsPlayerConnected(playerid))
return 0.0;
return *******_posX[playerid];
}
/**
* Gets the ******* stream position y.
*
* @param playerid The playerid
*
* @author Dayvison
* @date 05-10-2016
* @return The position y
*/
stock Get*******StreamPosY(playerid)
{
if(!IsPlayerConnected(playerid))
return 0.0;
return *******_posY[playerid];
}
/**
* Gets the ******* stream position z.
*
* @param playerid The playerid
*
* @author Dayvison
* @date 05-10-2016
* @return The position z
*/
stock Get*******StreamPosZ(playerid)
{
if(!IsPlayerConnected(playerid))
return 0.0;
return *******_posZ[playerid];
}