SA-MP Forums Archive
switch cities - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: switch cities (/showthread.php?tid=243894)



switch cities - misho1 - 25.03.2011

how to delete the switch cities in grand larceny gm?


Re: switch cities - misho1 - 27.03.2011

so no one answer


Re: switch cities - Skylar Paul - 27.03.2011

In 9 minutes? Highly doubt it.


Re: switch cities - NeTuddMeg - 27.03.2011

OFF: Look at the date.. 2 days, and 9 mins -.-"


Re: switch cities - misho1 - 30.03.2011

what the code that i must delete it in grand larceny game mode to delete switch cities?
i wish anyone answer


Re: switch cities - misho1 - 30.03.2011

ANSWEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEE R


Re: switch cities - ElChapoGuzman - 30.03.2011

first of all what city do you want to spawn in


Re: switch cities - Markx - 30.03.2011

stop fucking duble posting


Re: switch cities - misho1 - 30.03.2011

Quote:
Originally Posted by ElChapoGuzman
Посмотреть сообщение
first of all what city do you want to spawn in
I want to delete all cities without ls
start spawn in ls


Quote:
Originally Posted by Markx
Посмотреть сообщение
stop fucking duble posting
clean ur mouth


Re: switch cities - alpha500delta - 30.03.2011

Deleting this would get you a far way. You still gotta delete some more tho.

pawn Код:
else if(CITY_SAN_FIERRO == gPlayerCitySelection[playerid]) {
        randSpawn = random(sizeof(gRandomSpawns_SanFierro));
        SetPlayerPos(playerid,
         gRandomSpawns_SanFierro[randSpawn][0],
         gRandomSpawns_SanFierro[randSpawn][1],
         gRandomSpawns_SanFierro[randSpawn][2]);
        SetPlayerFacingAngle(playerid,gRandomSpawns_SanFierro[randSpawn][3]);
    }
    else if(CITY_LAS_VENTURAS == gPlayerCitySelection[playerid]) {
        randSpawn = random(sizeof(gRandomSpawns_LasVenturas));
        SetPlayerPos(playerid,
         gRandomSpawns_LasVenturas[randSpawn][0],
         gRandomSpawns_LasVenturas[randSpawn][1],
         gRandomSpawns_LasVenturas[randSpawn][2]);
        SetPlayerFacingAngle(playerid,gRandomSpawns_LasVenturas[randSpawn][3]);
    }



Re: switch cities - misho1 - 30.03.2011

i did that but nothing happans


Re: switch cities - misho1 - 31.03.2011

This Post Deleted