Thread: Script Collab
View Single Post
  #1  
Old 04-07-2007, 01:46 AM
Rapidwolve Rapidwolve is offline
Registered User
Join Date: Jul 2006
Posts: 1,241
Rapidwolve is an unknown quantity at this point
Script Collab

Lets play a game, everybody adds to the script. The final product should be a undecided and should be fully functional. We can decide what it will end up being further on.

Must be:
Over 80 lines, but under 200 lines.

Images to use:
block.png
sign.png
add more


Cannot Use:
GUI Controls
Deprecated functions
Snippets from other codes


Weapon (name):
PHP Code:
function onActionServerside(action){
  switch (
action){
    
//
  
}
}

//#CLIENTSIDE
function onCreated(){
//

Class (name):
PHP Code:
function onCreated(){
setshape(13030);
}

//#CLIENTSIDE 
NPC (name):
PHP Code:
function onCreated(){
//


Last edited by Rapidwolve; 04-07-2007 at 01:59 AM..
Reply With Quote