27.10.2012, 05:47
Hey Im sad because of this warning:
Here is the code:
At the top of script:
On player connect:
How can i solve this?
Код:
D:\Jocuri\SAMP SERVERS\Stuntage Revolution World\gamemodes\samp.pwn(1034) : warning 213: tag mismatch
At the top of script:
Код:
#define version 2.3
Код:
new CONNECTINFO[2024]; strcat(CONNECTINFO, "Welcome to Stunt Revolution World\n"); strcat(CONNECTINFO, "Current version of server: %d\n\n", version); SPD(playerid, connect, DIALOG_STYLE_MSGBOX, ""L"Stunt "W"Revolution "L"World", CONNECTINFO, "Close", "");