Jump to content
Sign in to follow this  
KingoftheSandbox

description.ext cant find the error

Recommended Posts

line 19, encounter w instead of "]"

i copied from the BIS biki, would appreciate some help!

// Respawn type, see the table below
respawn = 3;

// Delay in seconds before playable unit respawns.
respawnDelay = 30;

// Delay in seconds before vehicle respawns.
respawnVehicleDelay = 60;

// 0 to disable the score table (it can still be opened manually by pressing 'P' key).
respawnDialog = 1;

// Respawn templates from CfgRespawnTemplates. You can combine any number of them together.
// 1 to execute respawn templates when a player joins the game. Available only for INSTANT and BASE respawn types.
respawnOnStart = 1;

// When 1, the score table contains score of all playable units as opposed to players only.
aikills = 1;

respawnTemplates[] = {"MenuPosition","Tickets","Counter"};
[west, 12] call BIS_fnc_respawnTickets;

Share this post


Link to post
Share on other sites

why the fuck no one links what he means?

i think this does not belong there:

place it in init.sqf

[west, 12] call BIS_fnc_respawnTickets;

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×