Skip to content

function getPlayerAniId (server-side)

Available since version: 0.0.1

This function will get the active player/npc animation id.

Declaration

int|null getPlayerAniId(int id)

Parameters

  • int id: the player id.

Returns int|null

the ani id or null if player isn't created.