Jump to content

Home

on join


XSeth2kX

Recommended Posts

// the first spawn should be at a good looking spot

if ( !client->pers.initialSpawn && client-pers.localClient ) {

client->pers.initialSpawn = qtrue;

spawnPoint = SelectInitialSpawnPoint( spawn_origin, spawn_angles );

trap_SendServerCommand( client-ps.clientNum, "print "Eternal Arena!" S_COLOR_RED);

}

 

 

 

how would i get the client name? also how would i make it customizable from a .cfg file?

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...