Problem with cars
#8

Quote:
Originally Posted by Lard Cat
Aha! it worked thanks so much <3

Please remove the pastebin link, i dont want people to steal my script

And what did you do to fix it?
The pastebin automatically remove in an hour, and I already edited my post.

I just added the "return 1;" in the end of "OnGameModeInit" and I moved "}"

Look:
pawn Код:
public OnGameModeInit()
{
    new sendcmd[128];
    format(sendcmd, sizeof(sendcmd), "LardCat-RP V%s", SCRIPT_VERSION); SetGameModeText(sendcmd);
    for(new i = 0; i <= sizeof(Peds)-1; i++)
    {
    AddPlayerClass(Peds[i][0],1958.3783,1343.1572,1100.3746,269.1425,-1,-1,-1,-1,-1,-1);
    }
    new carselect2 = 496;
   
    CreateVehicle(carselect2,2568.0725,-1490.8597,23.7263,281.8643, -1, -1, -1);
    ....
  return 1;
}
Reply


Messages In This Thread
Problem with cars - by ReactionGameServers - 23.02.2010, 18:32
Re: Problem with cars - by [cA]Unforseen - 23.02.2010, 18:33
Re: Problem with cars - by ReactionGameServers - 23.02.2010, 18:34
Re: Problem with cars - by LuxurioN™ - 23.02.2010, 18:40
Re: Problem with cars - by ReactionGameServers - 23.02.2010, 18:51
Re: Problem with cars - by LuxurioN™ - 23.02.2010, 19:13
Re: Problem with cars - by ReactionGameServers - 23.02.2010, 19:25
Re: Problem with cars - by LuxurioN™ - 23.02.2010, 19:38

Forum Jump:


Users browsing this thread: 4 Guest(s)