21-05-2007, 09:16 PM
Open the server, search for Sub JoinGame. Then add something like:
You also need to write a number to a ini file so the player cant get the item each time he/she login.
Code:
If GetPlayerClass(Index) = 1 then
Call GiveItem()
elseif GetPlayerClass(Index) = 2 then
Call GiveItem()
end if