30.05.2014, 11:31
I am not sure, if this will work but you can use function CallLocalFunction
Example, which you can try:
Example, which you can try:
pawn Код:
//public OnPlayerDeath(playerid, killerid, reason)
CallLocalFunction("OnPlayerDeath", "ii", InsertHereYourArguments) //first i = playerid, second i = killerid, third i = ID of the reason