Race, Derby and Server name generator

Started by Ksna, Jul 21, 2015, 08:00 AM

Previous topic - Next topic

Ksna


[VSS]Shawn

when i use this crepy code without /race


else if( cmd == "joinrace") {
 if ( !player.Spawned )MessagePlayer("Spawn to use this command" player);
 else if ( !race ) MessagePlayer("Race is not started do /race", player);
 else if ( stats[player.ID].raceplayer ) MessagePlayer("You already joined race.",player);
 else if ( racecount > 4 ) MessagePlayer("Too Late! Only 4 players can race at once", player);
 else if ( racestart ) MessagePlayer("Too Late!", player);
 else {
  racecount++;
   for( local i=0; i <= racecount; i++ )
  {
   local plr = FindPlayer( i );
   player.Vehicle = FindVehicle( i );
  }
  player.Frozen = true;
  stats[player.ID].raceplayer = true;
  Message(""+ player.Name +" has joined race.")
 }
 }

it say race not started do /joinrace
Shawn join race :\ wtf

Ksna

Yes, Player should start race by typing /race then do /joinrace

[VSS]Shawn

LoL Wth Do u think Some newbies will come and do /race they will do /joinrace btw i have fix it

Ksna



KAKAN

I think the server name generator will not work... anyways I didn't test it, so nice
oh no

FinchDon

Sorry For Bump but Server name generator how this code will change server name?
For any help and support Join #s-s at IRC for Help in Scripting
( For Newbies )

KAKAN

See the code again and think. I'll tell you later
oh no