Raised This Month: $32 Target: $400
 8% 

Showing results 1 to 4 of 4
Search took 0.00 seconds.
Search: Posts Made By: Malatya
Forum: Scripting 06-08-2017, 12:20
Replies: 1
Views: 529
Posted By Malatya
Re: Adding an entry to the admin menu

Check this https://wiki.alliedmods.net/Admin_Menu_(SourceMod_Scripting)
Forum: Scripting Help 05-06-2017, 02:13
Replies: 4
Views: 1,027
Posted By Malatya
Re: [HELP] Rs score error25

client_print(0, print_chat, "%s has just reset his/her score");

:arrow:

client_print(0, print_chat, "%s has just reset his/her score",szName);
Forum: Translation Request 05-03-2017, 03:30
Replies: 17
Views: 5,992
Posted By Malatya
Re: [ TRANSLATION ] Aliens vs Predator

Turkish Translation

[tr]

MENU_WEAPON = Silah Satin Al
MENU_EXTRA_ITEMS = Ekstra Esya Al
MENU_CLASS = Sinif Sec
MENU_ADMIN = Admin Menu
MENU_MAKE_MARINE = Marine Yap
MENU_MAKE_ALIEN = Alien...
Forum: Scripting Help 03-20-2017, 16:07
Replies: 8
Views: 1,408
Posted By Malatya
Re: Help vip flag

if (get_user_flags( id ) ) & ADMIN_LEVEL_H ) {

->

if (get_user_flags( id ) & ADMIN_LEVEL_H ) {
Showing results 1 to 4 of 4

 
Forum Jump

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


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