Quote:
Originally Posted by mrnothersan
Just tried
PHP Code:
function onActionPlayerOnline() {
// Array of weapons to add to the player.
temp.weps = {
"testgui", "Tailor"
};
// Loops through each weapon in the array and adds it to the player.
for (temp.wep: temp.weps) {
player.addweapon(temp.wep);
}
}
... Played as a Guest on my server and spawned with no weapons at all...
|
Where did you put the script? Try adding an echo in that function to see if it's being called.