Guys pls help me
#1

script: http://pastebin.com/LqYvbDqF

guys where is the error pls help me
Error:C:\Users\ke\Desktop\Deathmatch sampи\pawno\include\zcmd.inc(96) : warning 217: loose indentation
C:\Users\ke\Desktop\Deathmatch sampи\pawno\include\zcmd.inc(97) : warning 217: loose indentation
C:\Users\ke\Desktop\Deathmatch sampи\pawno\include\zcmd.inc(9 : warning 217: loose indentation
C:\Users\ke\Desktop\Deathmatch sampи\gamemodes\mdc.pwn(179) : error 028: invalid subscript (not an array or too many subscripts): "Textdraw0"
C:\Users\ke\Desktop\Deathmatch sampи\gamemodes\mdc.pwn(179) : warning 215: expression has no effect
C:\Users\ke\Desktop\Deathmatch sampи\gamemodes\mdc.pwn(179) : error 001: expected token: ";", but found "]"
C:\Users\ke\Desktop\Deathmatch sampи\gamemodes\mdc.pwn(179) : error 029: invalid expression, assumed zero
C:\Users\ke\Desktop\Deathmatch sampи\gamemodes\mdc.pwn(179) : fatal error 107: too many error messages on
one line

Sry for my bad english because i'm not english
Reply
#2

Textdraw0[playerid] -> Textdraw0 so to everyone
Reply
#3

More errors.., C:\Users\ke\Desktop\Deathmatch sampи\pawno\include\zcmd.inc(96) : warning 217: loose indentation
C:\Users\ke\Desktop\Deathmatch sampи\pawno\include\zcmd.inc(97) : warning 217: loose indentation
C:\Users\ke\Desktop\Deathmatch sampи\pawno\include\zcmd.inc(9 : warning 217: loose indentation
C:\Users\ke\Desktop\Deathmatch sampи\gamemodes\mdc.pwn(9) : error 017: undefined symbol "playerid"
C:\Users\ke\Desktop\Deathmatch sampи\gamemodes\mdc.pwn(9) : error 009: invalid array size (negative, zero or out of bounds)
C:\Users\ke\Desktop\Deathmatch sampи\gamemodes\mdc.pwn(10) : error 017: undefined symbol "playerid"
C:\Users\ke\Desktop\Deathmatch sampи\gamemodes\mdc.pwn(10) : error 009: invalid array size (negative, zero or out of bounds)
C:\Users\ke\Desktop\Deathmatch sampи\gamemodes\mdc.pwn(11) : error 017: undefined symbol "playerid"
C:\Users\ke\Desktop\Deathmatch sampи\gamemodes\mdc.pwn(11) : error 009: invalid array size (negative, zero or out of bounds)
C:\Users\ke\Desktop\Deathmatch sampи\gamemodes\mdc.pwn(12) : error 017: undefined symbol "playerid"
C:\Users\ke\Desktop\Deathmatch sampи\gamemodes\mdc.pwn(12) : error 009: invalid array size (negative, zero or out of bounds)
C:\Users\ke\Desktop\Deathmatch sampи\gamemodes\mdc.pwn(13) : error 017: undefined symbol "playerid"
C:\Users\ke\Desktop\Deathmatch sampи\gamemodes\mdc.pwn(13) : error 009: invalid array size (negative, zero or out of bounds)
C:\Users\ke\Desktop\Deathmatch sampи\gamemodes\mdc.pwn(14) : error 017: undefined symbol "playerid"
C:\Users\ke\Desktop\Deathmatch sampи\gamemodes\mdc.pwn(14) : error 009: invalid array size (negative, zero or out of bounds)
C:\Users\ke\Desktop\Deathmatch sampи\gamemodes\mdc.pwn(15) : error 017: undefined symbol "playerid"
C:\Users\ke\Desktop\Deathmatch sampи\gamemodes\mdc.pwn(15) : error 009: invalid array size (negative, zero or out of bounds)
C:\Users\ke\Desktop\Deathmatch sampи\gamemodes\mdc.pwn(16) : error 017: undefined symbol "playerid"
C:\Users\ke\Desktop\Deathmatch sampи\gamemodes\mdc.pwn(16) : error 009: invalid array size (negative, zero or out of bounds)
C:\Users\ke\Desktop\Deathmatch sampи\gamemodes\mdc.pwn(17) : error 017: undefined symbol "playerid"
C:\Users\ke\Desktop\Deathmatch sampи\gamemodes\mdc.pwn(17) : error 009: invalid array size (negative, zero or out of bounds)
C:\Users\ke\Desktop\Deathmatch sampи\gamemodes\mdc.pwn(1 : error 017: undefined symbol "playerid"
C:\Users\ke\Desktop\Deathmatch sampи\gamemodes\mdc.pwn(1 : error 009: invalid array size (negative, zero or out of bounds)
C:\Users\ke\Desktop\Deathmatch sampи\gamemodes\mdc.pwn(19) : error 017: undefined symbol "playerid"
C:\Users\ke\Desktop\Deathmatch sampи\gamemodes\mdc.pwn(19) : error 009: invalid array size (negative, zero or out of bounds)
C:\Users\ke\Desktop\Deathmatch sampи\gamemodes\mdc.pwn(20) : error 017: undefined symbol "playerid"
C:\Users\ke\Desktop\Deathmatch sampи\gamemodes\mdc.pwn(20) : error 009: invalid array size (negative, zero or out of bounds)
C:\Users\ke\Desktop\Deathmatch sampи\gamemodes\mdc.pwn(21) : error 017: undefined symbol "playerid"
C:\Users\ke\Desktop\Deathmatch sampи\gamemodes\mdc.pwn(21) : error 009: invalid array size (negative, zero or out of bounds)
Reply
#4

TextDrawShowForPlayer(playerid,Textdraw0);
TextDrawShowForPlayer(playerid,Textdraw1);
TextDrawShowForPlayer(playerid,Textdraw2);
Reply
#5

Where
Reply
#6

Why are you so stupid?
Reply
#7

Pls compile for me and insert...,
Reply
#8

CMD:mdcplayersearch(playerid, params[])
{
TextDrawShowForPlayer(playerid,Textdraw0);
TextDrawShowForPlayer(playerid,Textdraw1);
TextDrawShowForPlayer(playerid,Textdraw2);
TextDrawShowForPlayer(playerid,Textdraw3);
TextDrawShowForPlayer(playerid,Textdraw4);
TextDrawShowForPlayer(playerid,Textdraw5);
TextDrawShowForPlayer(playerid,Textdraw6);
TextDrawShowForPlayer(playerid,Textdraw7);
TextDrawShowForPlayer(playerid,Textdraw;
TextDrawShowForPlayer(playerid,Textdraw9);
TextDrawShowForPlayer(playerid,Textdraw10);
TextDrawShowForPlayer(playerid,Textdraw11);
TextDrawShowForPlayer(playerid,Textdraw12);
TextDrawShowForPlayer(playerid,Textdraw13);
TextDrawShowForPlayer(playerid,Textdraw14);
return 1;
}
Reply
#9

Quote:
Originally Posted by CodeStyle175
Посмотреть сообщение
Why are you so stupid?
No need to be rude. We are here to help and not to insult each others.

However, in order to resolve your problem @kevi11, you can't use merge between TextDrawforPlayer and others textdraws.
Reply
#10

KillerDVX, WHY ARE YOU MAKING SO MANY POSTS AROUND HERE :d ?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)