10.09.2014, 16:13
Well...
here is the variable
new giveplayermoney[MAX_PLAYERS];
OnPlayerDeath(playerid,killerid,weaponid)
I want to get killerid and store in my variable
and then i want to use the variable to give a player money
(I KNOW HOW TO GIVE HIM WITHOUT USING VARIABLES BUT THIS IS TO GROW MY SKILLS)
OnPlayerDeath(playerid,6969); is the solution but i want to learn so
here is the variable
new giveplayermoney[MAX_PLAYERS];
OnPlayerDeath(playerid,killerid,weaponid)
I want to get killerid and store in my variable
and then i want to use the variable to give a player money
(I KNOW HOW TO GIVE HIM WITHOUT USING VARIABLES BUT THIS IS TO GROW MY SKILLS)
OnPlayerDeath(playerid,6969); is the solution but i want to learn so

