Pawno Error
#1

When I run lvdm, I get this error

C:\Users\Joel\SA-MP Server Making Kit\gamemodes\lvdm.pwn(154) : error 035: argument type mismatch (argument 2)
C:\Users\Joel\SA-MP Server Making Kit\gamemodes\lvdm.pwn(255 -- 256) : warning 215: expression has no effect
C:\Users\Joel\SA-MP Server Making Kit\gamemodes\lvdm.pwn(256) : error 001: expected token: ";", but found "-identifier-"
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase


2 Errors.

Help?
Reply
#2

What's on them lines?
Reply
#3

Quote:
Originally Posted by 1Shot1Kill™
What's on them lines?
Which ones?
Reply
#4

Quote:
Originally Posted by Blackblood.
Quote:
Originally Posted by 1Shot1Kill™
What's on them lines?
Which ones?
Hard to read.

C:\Users\Joel\SA-MP Server Making Kit\gamemodes\lvdm.pwn(154) : error 035: argument type mismatch (argument 2)
C:\Users\Joel\SA-MP Server Making Kit\gamemodes\lvdm.pwn(255 -- 256) : warning 215: expression has no effect
C:\Users\Joel\SA-MP Server Making Kit\gamemodes\lvdm.pwn([256) : error 001: expected token: ";", but found "-identifier-"

That's the line.
Reply
#5

lol show us the ''LINE'' that is in YOUR script , gamemode,filterscript idk what else can be ... line like ''OnPlayerSpawn'' idk show us line where this error is
Reply
#6

press CTRL and G and go to that line where you have the error. like 154,255,256 and 256
Reply
#7

SendPlayerFormattedText(playerid, COLOR_YELLOW, "Thank you for chosing Blackblood's Freeroam! Please type /rules and /help", 0);

(I managed to fix one of the errors)
Reply
#8

replace with this.
pawn Код:
SendPlayerFormattedText(playerid, COLOR_YELLOW, "Thank you for chosing Blackblood's Freeroam! Please type /rules and /help");
or
pawn Код:
SendClientMessage(playerid, COLOR_YELLOW, "Thank you for chosing Blackblood's Freeroam! Please type /rules and /help");
Reply
#9

ok it worked. Thanks
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)