Jump to content
  • 0

Vip/Admin System


Deejaybwg

Question

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

Link to comment
Share on other sites

0 answers to this question

Recommended Posts

There have been no answers to this question yet

Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more details you can also review our Terms of Use and Privacy Policy.