DHookGetParam
Get param value (Use only for: int, entity, edict, bool or float param types)
native any DHookGetParam(Handle hParams, int num)Parameters
Handle to params structure
int num
Param number to get. (Example if the function has 2 params and you need the value of the first
param num would be 1. 0 Will return the number of params stored)
Return Value
any value if num greater than 0. If 0 returns paramcount.Error
Invalid handle. Invalid param number. Invalid param type.