AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Scripting Help (https://forums.alliedmods.net/forumdisplay.php?f=11)
-   -   NS Module using (https://forums.alliedmods.net/showthread.php?t=55896)

Troi 06-01-2007 16:00

NS Module using
 
Is possible to use NS module ON CS?
Is possible to make wallsticking?
And how to use a mask?

PHP Code:

#include <amxmodx>
#include <ns>

public plugin_init() {
register_clcmd("me_stick","walls")
}
public 
walls(id) {
set_mask(id524288)


MASK_WALLSTICKING = 524288
It isnt working.

sawce 06-01-2007 16:44

Re: NS Module using
 
The NS module is designed to work on... (drum roll please)... NS! Don't use it on CS.

regalis 06-01-2007 16:44

Re: NS Module using
 
what is Wallsticking?...
i should tell you that you can only code things made for this mod the plugin is for...
You can't include NS module in CS because in CS there are no functions for wallsticking whatever it is ;)

Troi 06-02-2007 05:41

Re: NS Module using
 
For examlpe I want to make, player can go on the walls like ALIEN.
Walls should be like ladder, but shooting should be like on the ground. Perfect shoting. Not large cone like on ladder.

regalis 06-02-2007 06:32

Re: NS Module using
 
...http://forums.alliedmods.net/forumdisplay.php?f=12 !?


All times are GMT -4. The time now is 10:34.

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