31.05.2016, 18:39
Alright so I'm trying to do something crazy, but I'm not sure if it can be even done
Im trying to make a system that will basically display DeathReason as string.
I have tried various types of codes but cant get my head around it honestly. Anyone managed to pull something like this yet?
For example custom SendDeathMessage custom shit in it
Example:
This WORKS but it will use score to get reason ID (weaponid)
Is it possible to display int in it
Im trying to make a system that will basically display DeathReason as string.
I have tried various types of codes but cant get my head around it honestly. Anyone managed to pull something like this yet?
For example custom SendDeathMessage custom shit in it
Example:
PHP код:
SendDeathMessage(killerid,playerid,GetPlayerScore(playerid));
Is it possible to display int in it