Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Need help with one small thing.
#3
Open the server, search for Sub JoinGame. Then add something like:
Code:
If GetPlayerClass(Index) = 1 then
  Call GiveItem()
elseif GetPlayerClass(Index) = 2 then
  Call GiveItem()
end if
You also need to write a number to a ini file so the player cant get the item each time he/she login.
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)