How would I go about making a variable that would hold the map name in it? I can't seem to get the condition right. If someone could tell me that would be very helpfull. Here is what I have so far:
get_mapname(mapname,32)
Code:
get_mapname(mapname,32)
if ( mapname = "de_aztec")
{
copy(o1n, 33, "CT Spawn")
copy(o2n, 33, "T Spawn")
copy(o3n, 33, "Int Double Doors")
c0X=float(-3237)
c0Y=float(-1233)
c0Z=float(-171)
c1X=float(2448)
c1Y=float(277)
c1Z=float(-252)
c2X=float(-1113)
c2Y=float(-1584)
c2Z=float(-188)
}