21.02.2011, 04:04
0.3c Wow, All know that
|
i know people will say "download it and look" but im having connection issues but can you post the timers you have and the failed missions function ill take a look
|
|
oops i placed a speed camera wrong how do i delete it? yes i would like a NPC filterscript for this gm with trucks,a shamal flying round the map and a bus or 2. .
|
|
Thanks a lot for sharing your GM with us.
I've found a bug, maybe. I've frozen myself for 5 secs and got bugged. The thing is, i can't enter a vehicle and a /q doesn't help. I had to restart the GM. BTW: A list with all known bugs will be nice. |
BUG Trucking, here we come ( only for ex-yu players.... Serbo-Croat language )
case ClassCourier:
{
Index = random(sizeof(ASpawnLocationsCourier));
x = ASpawnLocationsCourier[Index][SpawnX]; // Get the X-position for the spawnlocation
y = ASpawnLocationsCourier[Index][SpawnY]; // Get the Y-position for the spawnlocation
z = ASpawnLocationsCourier[Index][SpawnZ]; // Get the Z-position for the spawnlocation
Angle = ASpawnLocationsCourier[Index][SpawnAngle]; // Get the rotation-angle for the spawnlocation
format(Msg, 128, "{00FF00}Player {FFFF00}%s{00FF00} joined {FFFF00}Courier class", Name);
}
case ClassCourier:
{
Index = random(sizeof(ASpawnLocationsCourier));
x = ASpawnLocationsCourier[Index][SpawnX]; // Get the X-position for the spawnlocation
y = ASpawnLocationsCourier[Index][SpawnY]; // Get the Y-position for the spawnlocation
z = ASpawnLocationsCourier[Index][SpawnZ]; // Get the Z-position for the spawnlocation
Angle = ASpawnLocationsCourier[Index][SpawnAngle]; // Get the rotation-angle for the spawnlocation
// format(Msg, 128, "{00FF00}Player {FFFF00}%s{00FF00} joined {FFFF00}Courier class", Name);
// Let the player know he cannot choose courier class as the admin disabled this class
GameTextForPlayer(playerid, "Courier-class has been disabled by the server-admin", 5000, 4);
SendClientMessage(playerid, 0xFFFFFFFF, "{FF0000}Courier-class has been disabled by the server-admin");
return 0; // Don't allow the player to spawn as courier player
}