17.12.2011, 14:33
Omg thx it not work because it look like this == 2 and i see carefully and it change to this < 2.
thx bro +rep fo you
thx bro +rep fo you
i got this error... wut do i have to enter? #define or new or somethin? pls help me:
Код:
F:\program files\my own drifting gamemode\filterscripts\Admin_System.pwn(153) : error 017: undefined symbol "DIALOG_STYLE_PASSWORD" F:\program files\my own drifting gamemode\filterscripts\Admin_System.pwn(158) : error 017: undefined symbol "DIALOG_STYLE_PASSWORD" F:\program files\my own drifting gamemode\filterscripts\Admin_System.pwn(281) : error 017: undefined symbol "DIALOG_STYLE_PASSWORD" Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 3 Errors. i did this: Код:
#define DIALOG_STYLE_PASSWORD 6 |
C:\Documents and Settings\Devin\Desktop\admin\filterscripts\Admin_S ystem.pwn(25) : fatal error 100: cannot read from file: "foreach" Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase |
D:\Pujan's gaming\New Folder\filterscripts\Admin_System.pwn(25) : fatal error 100: cannot read from file: "foreach" Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 1 Error.
YCMD:vchat(playerid, params[], help) { #pragma unused help if(P_Data[playerid][VIP] == 0) return SCM(playerid, COLOR_RED, "You need to be VIP player!"); //Put 0 for Bronze VIP player, < 2 for Silver VIP player and < 3 for Gold VIP player //There what to do in command return 1; }
Can you add a simple admin car command?
Example: /acar spawns a car id 411 infort of you Simple Im just wondering if you can add it...? And fix /admins so you can see admins online.. it doesnt work for me it says /ask instead of showing admins online... And show how to make more admin commands like you showd how to make vip cmds? Код:
YCMD:vchat(playerid, params[], help) { #pragma unused help if(P_Data[playerid][VIP] == 0) return SCM(playerid, COLOR_RED, "You need to be VIP player!"); //Put 0 for Bronze VIP player, < 2 for Silver VIP player and < 3 for Gold VIP player //There what to do in command return 1; } |
C:\Users\Jacob\Desktop\GTA Server\pawno\include\YSI\y_hooks.inc(3234) : warning 235: public function lacks forward declaration (symbol "OnPlayerTakeDamage")
C:\Users\Jacob\Desktop\GTA Server\pawno\include\YSI\y_hooks.inc(3303) : warning 235: public function lacks forward declaration (symbol "OnPlayerGiveDamage")
C:\Users\Jacob\Desktop\GTA Server\filterscripts\Admin_System.pwn(157) : error 017: undefined symbol "DIALOG_STYLE_PASSWORD"
C:\Users\Jacob\Desktop\GTA Server\filterscripts\Admin_System.pwn(162) : error 017: undefined symbol "DIALOG_STYLE_PASSWORD"
C:\Users\Jacob\Desktop\GTA Server\filterscripts\Admin_System.pwn(285) : error 017: undefined symbol "DIALOG_STYLE_PASSWORD"
Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase