20.07.2013, 15:33
Tipo cara , que nem neste exemplo
entendeu ? Vo entra no skype...
PHP Code:
new Float: gRandomVar[][] =
{
{x, y, z},// tem como eu por ex : {x,y,z,dx,dy,dz,string[],string2[],receber} tentei mais nгo consegui :/
{x1, y1, z1},
{x2, y2, z2}
};
stock PWN_RandomPos(pId)
{
new rand = random(3);
SetPlayerPos(pId, gRandomVar[rand][0], gRandomVar[rand][1], gRandomVar[rand][2]);
}