Quote:
Originally Posted by brokk
Put this in a weapon and add it to player.
PHP Code:
//#CLIENTSIDE
function onCreated() {
addtiledef "pics1.png",,;
}
|
you are mixing up gs1 with gs2
PHP Code:
//#CLIENTSIDE
function onCreated() {
addtiledef("pics1.png", "", 0);
}
would be the correct way of using it