Skip to content

Commit 843a05a

Browse files
committed
Stages: !setstagetelepos direct to !settelepos for stage 1
1 parent 03ff9c2 commit 843a05a

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

addons/sourcemod/scripting/influx_zones_stage.sp

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -945,10 +945,15 @@ public Action Cmd_SetStageTelePos( int client, int args )
945945
stagenum = StringToInt( szArg );
946946
}
947947

948+
if ( stagenum == 1 )
949+
{
950+
Influx_PrintToChat( _, client, "Please use {MAINCLR1}sm_settelepos{CHATCLR} instead to set start zone teleport position." );
951+
return Plugin_Handled;
952+
}
953+
948954

949955
int runid = Influx_GetClientRunId( client );
950956

951-
952957
int index = FindStageByNum( runid, stagenum );
953958

954959
if ( index != -1 )

0 commit comments

Comments
 (0)