07.07.2009, 19:08
this doesnt work, i am rcon but when i do /addbase i get command not found etc
it says this line 492(bottom) does not have ; i added it at line 491 no erros then but no commands work
it says this line 492(bottom) does not have ; i added it at line 491 no erros then but no commands work
Код:
sp[base][id] = floatsqroot( floatpower(speedo[base][id], 2) - 2 * speedo[base][id] * g * (flighttime[base][id] + 2 * atime) * floatsin(alpha[base][id], degrees) + floatpower(g, 2) * floatpower((flighttime[base][id] + 2 * atime), 2)); xo[base][id] = speedo[base][id] * floatcos(alpha[base][id], degrees) * (flighttime[base][id] + 2 * atime);

