AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Scripting Help (https://forums.alliedmods.net/forumdisplay.php?f=11)
-   -   problem with natives (https://forums.alliedmods.net/showthread.php?t=54157)

turbex 04-18-2007 11:50

problem with natives
 
>> EDIT <<
sorry for delete...

teame06 04-18-2007 14:47

Re: problem with natives
 
Code:
public bool:is_giji(id) {     if(giji[id] != 0)         return true     return false } //to public bool:is_giji(pluginid, nums) {     new id = get_param();     if(id < 1 || id > get_maxplayers())         return false;     if(giji[id] != 0)         return true     return false } // and change native bool:isgiji(id);

turbex 04-18-2007 16:33

Re: problem with natives
 
and later.... the .inc file is necesary????... or... if i compile all plugins... can i delete the inc file???? or not??

teame06 04-18-2007 17:20

Re: problem with natives
 
You need it later if you recompile or change something.


All times are GMT -4. The time now is 06:42.

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