- 0
Vip/Admin System
-
Similar Content
-
- 0 replies
- 165 views
-
heist system
By DanielSy,
- 10 replies
- 1,243 views
-
- 0 replies
- 718 views
-
- 1 answer
- 941 views
-
fish system
By ionutadvv,
- 2 replies
- 1,285 views
-
-
Recently Browsing 0 members
- No registered users viewing this page.
Question
Deejaybwg
Am descarcat un System VIP de pe net. Este ok, dar cand am adaugat Vip Chat (din LuxAdmin) mi-a dat:
D:\[RSG]\Pawno\include\dutils.inc(28) : warning 219: local variable "string" shadows a variable at a preceding level
D:\[RSG]\Pawno\include\dutils.inc(132) : warning 219: local variable "string" shadows a variable at a preceding level
D:\[RSG]\Pawno\include\dutils.inc(172) : warning 219: local variable "string" shadows a variable at a preceding level
D:\[RSG]\Pawno\include\dutils.inc(280) : warning 219: local variable "string" shadows a variable at a preceding level
D:\[RSG]\Pawno\include\dutils.inc(337) : warning 219: local variable "string" shadows a variable at a preceding level
D:\[RSG]\Pawno\include\dutils.inc(379) : warning 219: local variable "string" shadows a variable at a preceding level
D:\[RSG]\Filterscripts\VIP.pwn(60) : warning 219: local variable "string" shadows a variable at a preceding level
D:\[RSG]\Filterscripts\VIP.pwn(81) : error 010: invalid function or declaration
D:\[RSG]\Filterscripts\VIP.pwn(83) : error 021: symbol already defined: "GetPlayerName"
D:\[RSG]\Filterscripts\VIP.pwn(86) : error 010: invalid function or declaration
D:\[RSG]\Filterscripts\VIP.pwn(87) : error 010: invalid function or declaration
D:\[RSG]\Filterscripts\VIP.pwn(108) : warning 219: local variable "string" shadows a variable at a preceding level
D:\[RSG]\Filterscripts\VIP.pwn(359) : warning 203: symbol is never used: "string" :undecided:
Asta e Vip Chatul:
//Vip Chat
if(text[0] == '*' && AccInfo[playerid][pVip] >= 1)
{
new string[128]; GetPlayerName(playerid,string,sizeof(string));
format(string,sizeof(string),"|VIP Chat| %s: %s",string,text[1]);
MessageToPlayerVIP(0xFFFF00AA,string);
SaveIn("ChatVipLog",string);
return 0;
REZOLVAT.
www.youtube.com/thebwgg
0 answers to this question
Recommended Posts