26.08.2011, 11:41
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.
}