18.06.2010, 13:19
Код:
226 new propertyNames[MAX_PROPERTIES][13] = { 227 "Four Dragons", 228 "Sex Shop", 229 "Shithole Bar", 230 "Caligula", 231 "Zip Shop", 232 "Binco Shop", 233 "Tatoo Parlor", 234 "Botique", 235 "Gang Base Industrial", 236 "Gang Base Armazem", 237 "Gang Base School", 238 "Gang Base Sitio", 239 "Gang Base Aero" 240 }; 274 new propertyOwner[MAX_PROPERTIES] = {999,999,999,999,999,999,999,999,999,999,999,999,999,999,999,999,999}; 407 public getCheckpointType(playerID) { 408 return checkpointType[playerCheckpoint(playerid)]; 409 }