Weapons
#1

Hi all! Can anybody help me? I want to add weapons that can be taken.
I tried to find how to do it, but even following the instruction does not work.
Reply
#2

if you mean AddStaticPickup, then..

pawn Код:
OnGameModeInit() {
  AddStaticPickup(model,type,Float:X,Float:Y,Float:Z)
  return 1;
}

Reply
#3

Create a command, for when the player approaches the other, he takes the gun. Use:

Код:
AddStaticPickup
and

Код:
IsPlayerToPoint
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)