31.05.2015, 02:19
Quote:
Hello guys, i first like to say thank you for reading and if you do reply and try to help, it is very much appreciated and i've been scripting a new thing and i got to this part and i'm new to pawn so its alittle difficult at this point, This is the errors, Код:
C:\Users\Nick\Desktop\PGRP.pwn(122864) : error 029: invalid expression, assumed zero C:\Users\Nick\Desktop\PGRP.pwn(122864) : warning 215: expression has no effect C:\Users\Nick\Desktop\PGRP.pwn(122864) : error 001: expected token: ";", but found "]" C:\Users\Nick\Desktop\PGRP.pwn(122864) : error 029: invalid expression, assumed zero C:\Users\Nick\Desktop\PGRP.pwn(122864) : fatal error 107: too many error messages on one line Код:
// Timer Name: Hitmark() //TickRate: 1 Sec. task Hitmark[1000](playerid, issuerid) { for(new i=0; i<MAX_PLAYERS; i++) { if(GetPVarInt([i], "HitMark") > 0) { SetPVarInt([i], "HitMark", GetPVarInt([i], "HitMark")-1); if(GetPVarInt([i], "HitMark") == 0) { TextDrawHideForPlayer([i], HitMark); } } |
if it worked then +1 REP me