Does this really crash my pawno?
#1

I recently scripted this:
Код:
CMD:parkinglot
{
   new pgate = CreateObject(2933,1717.0000000,1308.0000000,11.5000000,0.0000000,0.0000000,90.0000000);
   new pmoney = GetPlayerMoney
   if(pmoney(playerid, <500)) return SendClientMessage(playerid, COLOR_RED, "You don't have enough money to park your car here!")
   if(GetPlayerState(playerid, PLAYER_STATE_ONFOOT)) return SendClientMessage(playerid, COLOR_RED, "You're not in a vehicle!")
   MoveObject(gate, 1717.0000000,1308.0000000,1.5000000, 5);
   return 1;
 }
And when I compile it my pawno just crashes? Does it really have so many errors that it crashes my pawno or?
Reply


Messages In This Thread
Does this really crash my pawno? - by Bek_Loking - 23.06.2014, 00:01
Re: Does this really crash my pawno? - by Juvanii - 23.06.2014, 00:02
Re: Does this really crash my pawno? - by Bek_Loking - 23.06.2014, 00:04
Re: Does this really crash my pawno? - by Bek_Loking - 23.06.2014, 00:08
Re: Does this really crash my pawno? - by Juvanii - 23.06.2014, 00:10
Re: Does this really crash my pawno? - by Threshold - 23.06.2014, 00:22

Forum Jump:


Users browsing this thread: 1 Guest(s)