note Help Needed
This wiki is the result of an ongoing community effort — thank you all for helping!
If you want to provide changes to this page then please click here.
GetGravity
Descrição
Obtém a gravidade atualmente definida.
Exemplos
#if !defined GetGravity
native Float:GetGravity();
#endif
printf("Gravidade atual: %f", GetGravity());
Notas
warning
Esta função não está definida por padrão. Adicione 'native Float:GetGravity();' na inclusão a_samp.inc para usá-la.
Funções Relacionadas
- SetGravity: Define a gravidade global.