Posts: 239
Threads: 69
Joined: Jun 2011
Quote:
Originally Posted by getty154
pawn Код:
LINE : 19697: strins(JFS,"Name: %s(Rank: %d.)\n",strlen(JFS), GetName(i), Player[i][GroupRank]); ShowPlayerDialog(playerid, 1234, DIALOG_STYLE_MSGBOX, "{F60000}Welcome Box!",JFS, "Play", "Play");
This is the error:
Код:
C:\Documents and Settings\Callum.CALLUM-3951A231\Desktop\Scripts\VXRP\gamemodes\VortexRoleplay.pwn(19697) : error 035: argument type mismatch (argument 4)
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
1 Error.
Please can someone help? :3
|
Idk if this will work but try changing
strins to strings
Posts: 239
Threads: 69
Joined: Jun 2011
Show us the whole Command
Posts: 239
Threads: 69
Joined: Jun 2011
At The Top Make it Instead of
Код:
command(members, playerid, params[])
To
Код:
COMMAND:members(playerid, params[])
Posts: 1,753
Threads: 277
Joined: Sep 2010
Reputation:
0
That will do nothing, and has done nothing..
Posts: 239
Threads: 69
Joined: Jun 2011
Quote:
Please keep your mouth shut when you don't know what you're talking about. The function strins (string insert) only inserts a substring into another string at a given position.
|
Please Keep Your Mouth Shut If You Nothing Good To Say. The Thought was that i was trying to Help.
Hasn't Your Mother Taught You Manners?
Posts: 10,066
Threads: 38
Joined: Sep 2007
Reputation:
0
@HayZatic: Well, you're just helping him from the shore into the ditch. How's that helpful? You might want to consult some resources first, before trying to give an answer that will only generate even more errors.