Jump to content
  • 0

pomoc BanSystem


Semtex_SK

Dotaz

Dobry Den Mam Problem z include

 

C:\Users\pc\Desktop\LYRIcS\pawno\include\BanSystem.pwn(257) : error 055: start of function body without function header

C:\Users\pc\Desktop\LYRIcS\pawno\include\BanSystem.pwn(282) : error 010: invalid function or declaration
C:\Users\pc\Desktop\LYRIcS\pawno\include\BanSystem.pwn(283) : error 070: rational number support was not enabled
C:\Users\pc\Desktop\LYRIcS\pawno\include\BanSystem.pwn(284) : warning 219: local variable "string" shadows a variable at a preceding level
C:\Users\pc\Desktop\LYRIcS\pawno\include\BanSystem.pwn(284) : error 010: invalid function or declaration
C:\Users\pc\Desktop\LYRIcS\pawno\include\BanSystem.pwn(284) : error 010: invalid function or declaration
C:\Users\pc\Desktop\LYRIcS\pawno\include\BanSystem.pwn(287) : error 054: unmatched closing brace ("}")
C:\Users\pc\Desktop\LYRIcS\pawno\include\BanSystem.pwn(288) : error 001: expected token: ";", but found "("
C:\Users\pc\Desktop\LYRIcS\pawno\include\BanSystem.pwn(290) : error 021: symbol already defined: "string"
C:\Users\pc\Desktop\LYRIcS\pawno\include\BanSystem.pwn(292) : error 070: rational number support was not enabled
C:\Users\pc\Desktop\LYRIcS\pawno\include\BanSystem.pwn(293) : warning 219: local variable "string" shadows a variable at a preceding level
C:\Users\pc\Desktop\LYRIcS\pawno\include\BanSystem.pwn(293) : error 010: invalid function or declaration
C:\Users\pc\Desktop\LYRIcS\pawno\include\BanSystem.pwn(293) : error 021: symbol already defined: "format"
C:\Users\pc\Desktop\LYRIcS\pawno\include\BanSystem.pwn(293) : error 010: invalid function or declaration
C:\Users\pc\Desktop\LYRIcS\pawno\include\BanSystem.pwn(293) : fatal error 107: too many error messages on one line

Dam Vam Aj Tie Riadky Ted Chcete S Tyma Erroramy Aj Warningami

Riadky

(257)stock AdminBanPlayer(playerid,id,duvodbanu[])

(282)    SetPlayerInterior(playerid, 10);

(283)SetPlayerPos(playerid, 226.9115,110.4767,999.0156);

(284)format(string, sizeof(string), "{FF0000}Nick ve hře: {FFFFFF}%s\n{FF0000}Duvod: {FFFFFF}%s\n{FF0000}Admin: {FFFFFF}%s\n{FF0000}IP: {FFFFFF}%s", Jmeno(playerid),duvodkicku,Jmeno(id),PlayerIp(playerid));

(287)}

(288)public stock KickPlayer(playerid,udavatel[],duvodkicku[]);

(290)new string[300];

(292)SetPlayerPos(playerid, 226.9115,110.4767,999.0156);

(293)format(string, sizeof(string), "{FF0000}Nick ve hře: {FFFFFF}%s\n{FF0000}Duvod: {FFFFFF}%s\n{FF0000}Admin: {FFFFFF}%s\n{FF0000}IP: {FFFFFF}%s", Jmeno(playerid),duvodkicku,udavatel,PlayerIp(playerid));
Edited by Semtex_SK
Link to comment
Share on other sites

1 odpověd na tuto otázku

Recommended Posts

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...