View Single Post
  #8  
Old 12-24-2012, 05:05 PM
callimuc callimuc is offline
callimuc's Avatar
Join Date: Nov 2010
Location: Germany
Posts: 1,015
callimuc is a splendid one to beholdcallimuc is a splendid one to beholdcallimuc is a splendid one to beholdcallimuc is a splendid one to beholdcallimuc is a splendid one to behold
Quote:
Originally Posted by brokk View Post
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
__________________
MEEP!
Reply With Quote