CreatePickup error
#8

Quote:
Originally Posted by Stinged
Посмотреть сообщение
Show us the code around it.
Код:
public OnGameModeInit()
{
    AddStaticPickup(1239, 1,2303.8369,-16.3016,26.4844, 0); // BANK
    AddStaticPickup(1239, 1, 2273.6565,82.0496,26.4844, 0); //TOWN HALL
    AddStaticPickup(1239, 1, 2269.5369,-74.4108,26.7724, 0); //police station
    new jobtownhall;
    jobtownhall = CreatePickup(1239, 1,361.8299,173.5686,1008.3828, 0); //this is /job pickup
    DisableInteriorEnterExits();
   EnableStuntBonusForAll(0);
   // Don't use these lines if it's a filterscript
   GetGameModeText("Blank Script");
   AddPlayerClass(0, 1958.3783, 1343.1572, 15.3746, 269.1425, 0, 0, 0, 0, 0, 0);
   return 1;
}
Reply


Messages In This Thread
CreatePickup error - by FishyZ - 21.06.2016, 20:46
Re: CreatePickup error - by F1N4L - 21.06.2016, 20:48
Re: CreatePickup error - by FishyZ - 21.06.2016, 20:53
Re: CreatePickup error - by F1N4L - 21.06.2016, 20:57
Re: CreatePickup error - by Stinged - 21.06.2016, 20:58
Re: CreatePickup error - by FishyZ - 21.06.2016, 21:03
Re: CreatePickup error - by Stinged - 21.06.2016, 21:06
Re: CreatePickup error - by FishyZ - 21.06.2016, 21:08
Re: CreatePickup error - by Vince - 21.06.2016, 21:08
Re: CreatePickup error - by FishyZ - 21.06.2016, 21:10

Forum Jump:


Users browsing this thread: 1 Guest(s)