23.02.2010, 18:32
For some reason the script spawns the cars loads of times
I do not have a clue why but it does.
I do not have a clue why but it does.
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? |
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;
}