11.03.2015, 12:28
I'll test it, thanks red_hunter..
app pakistan si ho? me b! kesa ho jani.. :<3
btw, i remove "Progress == 2" From /duel cmd? cuz it says "Other Duel is in Progress"
Also, My function of setplayerpos is
So in the Code, its SetPlayerPosEx(DuelPlayer2,DuelPlace2,23.5397, 16,0);
Means virtual world is set to "0".. so ur coding will work "++;" ??
app pakistan si ho? me b! kesa ho jani.. :<3
btw, i remove "Progress == 2" From /duel cmd? cuz it says "Other Duel is in Progress"
Also, My function of setplayerpos is
PHP код:
stock SetPlayerPosEx(playerid,Float:x,Float:y,Float:z,Float:angle,interior,world)
{
SetPlayerPos(playerid,x,y,z);
SetPlayerFacingAngle(playerid,angle);
SetPlayerInterior(playerid,interior);
SetPlayerVirtualWorld(playerid,world);
SetCameraBehindPlayer(playerid);
return 1;
}
Means virtual world is set to "0".. so ur coding will work "++;" ??