Raised This Month: $ Target: $400
 0% 

Set Speed, No Footsteps, Set Gravity 4 Specialists, amxx 1.7


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Author Message
owenmelbz
Member
Join Date: Dec 2005
Old 05-08-2006 , 13:31   Set Speed, No Footsteps, Set Gravity 4 Specialists, amxx 1.7
Reply With Quote #1

hey im tryna set gravity, remove footsteps and set speed of the person that types /undead im not worried about the clcmd atm i just need to make sure this compiles. the current script i got is

Code:
public undead(id) {   if(!is_user_alive(id))     return PLUGIN_CONTINUE;     ts_set_speed(id, 300.0);     set_user_footsteps(id, 0);     set_user_gravity(id, 200);     return PLUGIN_CONTINUE; }

i try compile and i get

Code:
//AMXXPC compile.exe
// by the AMX Mod X Dev Team

//// undead.sma
// C:\scripting\undead.sma(5) : warning 217: loose indentation
// C:\scripting\undead.sma(5) : error 088: number of arguments does no
t match definition
// C:\scripting\undead.sma(7) : warning 213: tag mismatch
//
// 1 Error.
// Could not locate output file compiled\undead.amx (compile failed).
//
// Compilation Time: 2.61 sec
// ----------------------------------------

Press enter to exit ...
any ideas please ??
owenmelbz is offline
 



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 05:07.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode