Quote:
|
Originally Posted by napo_p2p
It's probably because 'p' is NULL ('findplayer' did not find the player).
EDIT: Rick beat me  . Adding a check will get rid of that:
PHP Code:
if (p != NULL) {
}
|
Weapon/GUI-script MD/Tool added/updated by Moondeath_2
Player: Moondeath_2 has logged on GV-4.03.
New Client-RC: *Moondeath_2 (Moondeath_2)
I then summoned Nitro, so yes it got rid of the error except for the item giver.
Edit: Nevermind that it does work, thanks.