09.06.2014, 14:09
Looks nice
This is so F*cking good! How to put this in the top of the screen? I have one bar on the bottom but i need this on the top... can you help me? thanks!
|
MOTDBack = TextDrawCreate(1270.000000, 433.750000, "usebox");
MOTD = TextDrawCreate(640.000000, 434.000000, MOTDText[0]);
//and
MOTD = TextDrawCreate(Pos, 434.000000, MOTDText[CurrentMOTD]);
MOTDBack = TextDrawCreate(1270.000000, 0, "usebox");
MOTD = TextDrawCreate(640.000000, 0.25, MOTDText[0]);
//and
MOTD = TextDrawCreate(Pos, 0.25, MOTDText[CurrentMOTD]);
\Desktop\NEXUS GAMING ROLEPLAY\filterscripts\MOTD.pwn(7 : warning 202: number of arguments does not match definition \Desktop\NEXUS GAMING ROLEPLAY\filterscripts\MOTD.pwn(79) : warning 202: number of arguments does not match definition /Desktop\NEXUS GAMING ROLEPLAY\filterscripts\MOTD.pwn(96) : warning 202: number of arguments does not match definition \Desktop\NEXUS GAMING ROLEPLAY\filterscripts\MOTD.pwn(367) : warning 202: number of arguments does not match definition Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 4 Warnings. |
Dafuk is this lol ??
Quote:
|
\Desktop\NEXUS GAMING ROLEPLAY\filterscripts\MOTD.pwn(78.) : warning 202: number of arguments does not match definition \Desktop\NEXUS GAMING ROLEPLAY\filterscripts\MOTD.pwn(79) : warning 202: number of arguments does not match definition /Desktop\NEXUS GAMING ROLEPLAY\filterscripts\MOTD.pwn(96) : warning 202: number of arguments does not match definition \Desktop\NEXUS GAMING ROLEPLAY\filterscripts\MOTD.pwn(367) : warning 202: number of arguments does not match definition Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 4 Warnings. |
It's line 78 , 79 , 96 and 367
from V3 when i try to compile it , it show this ... WEIRD |
i meant the script of the error line, not only the error line
EDIT: it was the mysql_format. you can edit it into using traditional format or are you sure that you use the MySQL R38? |