24.04.2013, 09:09
Hello,
I Have this script :-
Its Virtual World, It works fine.
But when i do it virtual world 1, it dont.
Please Anyone Help?
I Have this script :-
pawn Код:
SetPlayerVirtualWorld(playerid, 0);
new rand = random(sizeof(Rustlerspawns));
new veh = CreateVehicle(476,Rustlerspawns[rand][0],Rustlerspawns[rand][1],Rustlerspawns[rand][2],Rustlerspawns[rand][3],-1,-1,-1);
PutPlayerInVehicle(playerid,veh,0);
InRustler[playerid] = 1;
But when i do it virtual world 1, it dont.
Please Anyone Help?