How to fix these 2 errors?
#1

Код:
C:\Documents and Settings\Andrus\Desktop\Andrus RL Server\gamemodes\rl.pwn(316) : warning 217: loose indentation
C:\Documents and Settings\Andrus\Desktop\Andrus RL Server\gamemodes\rl.pwn(348) : warning 217: loose indentation
C:\Documents and Settings\Andrus\Desktop\Andrus RL Server\gamemodes\rl.pwn(442) : error 035: argument type mismatch (argument 1)
C:\Documents and Settings\Andrus\Desktop\Andrus RL Server\gamemodes\rl.pwn(442) : error 035: argument type mismatch (argument 1)
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


2 Errors.
Line 316: if(strcmp(cmdtext, "/minunarko", true, 3) == 0)
Line 348: if(strcmp("/istutataimi", cmdtext, true, 15) == 0)
Line 442: format(string, sizeof(string), "[Mдnguvдline] %s: %s " , sendername, result);
Reply
#2

add under ur includes : #pragma tabsize 0
and try this :
format(string, sizeof(string), "[M?nguv?line] %s: %d " , sendername, result);
________
Washington Medical Marijuana Dispensaries
Reply
#3

Line 442; read your other topic - http://forum.sa-mp.com/index.php?topic=157869.0
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)