SA-MP Forums

Go Back   SA-MP Forums > SA-MP Scripting and Plugins > Scripting Help

Reply
 
Thread Tools Display Modes
Old 27/07/2012, 04:43 AM   #1
26_RUSSS
Big Clucker
 
26_RUSSS's Avatar
 
Join Date: Jun 2010
Posts: 92
Reputation: 0
Default help warning

error:
Code:
C:\Users\Microsoft-PK\Desktop\1330891551_rusgame-world.rar\1330891551_rusgame-world\[Game-Pl.3dn.Ru]Real-Life\Real-Life\gamemodes\Real-Life.pwn(4675) : warning 213: tag mismatch
 C:\Users\Microsoft-PK\Desktop\1330891551_rusgame-world.rar\1330891551_rusgame-world\[Game-Pl.3dn.Ru]Real-Life\Real-Life\gamemodes\Real-Life.pwn(4675) : warning 205: redundant code: constant expression is zero
strock
Code:
 if((name,"_",true) == -1)
help)
__________________
russss2010
Ðàçðàáîòêà ñàéòà samp-pawno.ru


26_RUSSS is offline   Reply With Quote
Old 27/07/2012, 04:48 AM   #2
SuperViper
Gangsta
 
SuperViper's Avatar
 
Join Date: Sep 2011
Posts: 966
Reputation: 278
Default Re: help warning

pawn Code:
if((name,"_",true) == -1)

should be

pawn Code:
if(strfind(name,"_",true) == -1)
__________________
Release NameUse
Object Model ArrayArray of every single object model in the game
RCON PanelControl any server as you like with RCON controls
svAddonsAdds several functions and callbacks to further expand your scripting experience and make it easier
SlopeClimb up a steep hill against other players with cars falling down

“Everybody is a genius but if you judge a fish by its ability to climb a tree, it will live its whole life believing that it is stupid.”


SuperViper is online now   Reply With Quote
Old 27/07/2012, 04:53 AM   #3
26_RUSSS
Big Clucker
 
26_RUSSS's Avatar
 
Join Date: Jun 2010
Posts: 92
Reputation: 0
Default Re: help warning

nice
__________________
russss2010
Ðàçðàáîòêà ñàéòà samp-pawno.ru


26_RUSSS is offline   Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
[Warning] Comment résoudre ce Warning ? Julien_Koslanski Français/French 11 05/03/2012 02:12 PM
Facing a warning " warning 202: number of arguments does not match definition " Ehab1911 Help Archive 6 17/07/2011 05:35 PM
1 warning.. doesn't go!! wtf!! anant Help Archive 3 15/04/2011 07:57 PM
[warning]como tira esse warning?? syslogg Português/Portuguese 3 06/01/2011 12:59 AM
[DUV] Warning YSI [NWD]Tweener_ Português/Portuguese 15 22/05/2010 08:45 PM


All times are GMT. The time now is 12:15 AM.


Powered by vBulletin® Version 3.8.6
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.