Quote:
Originally Posted by Lorenc_
pawn Code:
switch (OtherSpawn)//switch statement... { case 0://map 1 { print("Went to map 1"); new rand1=random(30); PutPlayerInVehicle(i, CarMap1[rand1], 0); SendClientMessage(i, COLOR_ORANGE,"You were put randomly in a vehicle ..."); SendRconCommand("mapname Arena 666"); TextDrawSetString(Textdraw6,"~g~ Arena 666 ~w~ by ~y~ Michael@Belgium"); } //@ above: this i have untill "case 11:". Also a print, new rand1,rand2,...; Putplayerinvehicle ... etc. }
^ Does that respond? Or it's just simply not loading?
|
Well i see in the console "Went to map x" but in-game i just don't go there ... and if i spawn it's ALWAYS in the first map and not others ..