Jump to content
  • 0

id la inregistrare


Andr3y

Question

4 answers to this question

Recommended Posts

Guest farse

la OnPlayerConnect:

new Name[24];GetPlayerName(playerid,Name,24);
if(!dini_Isset("YmIDS.ini",Name))
{
ShowPlayerDialog(playerid,Dialog_YMid,DIALOG_STYLE_INPUT,"Mail","Scrie mai jos email-ul tau!","Ok","");
}
la OnPlayerDialogResponse
if(dialogid==Dialog_YMid)
{
new Name[24];GetPlayerName(playerid,Name,24);
if(!listitem[0])return ShowPlayerDialog(playerid,Dialog_YMid,DIALOG_STYLE_INPUT,"Mail","Scrie mai jos email-ul tau!","Ok","");
dini_Set("YmIDS.ini",Name,inputtext);
}

Daca o sa-ti dea erori gen undefined symbol, pune sus,dupa #include: #define Dialog_YMid 457

Link to comment
Share on other sites

C:\Ravens_Roleplay_0.3c\RRG\RRG\gamemodes\larp.pwn(10543) : error 028: invalid subscript (not an array or too many subscripts): "listitem"

C:\Ravens_Roleplay_0.3c\RRG\RRG\gamemodes\larp.pwn(10543) : warning 215: expression has no effect

C:\Ravens_Roleplay_0.3c\RRG\RRG\gamemodes\larp.pwn(10543) : error 001: expected token: ";", but found "]"

C:\Ravens_Roleplay_0.3c\RRG\RRG\gamemodes\larp.pwn(10543) : error 029: invalid expression, assumed zero

C:\Ravens_Roleplay_0.3c\RRG\RRG\gamemodes\larp.pwn(10543) : fatal error 107: too many error messages on one line

Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase

4 Errors.

-----------------------------------------------------------------------------------------------------------------------

linia 10543 : if(!listitem[0])return ShowPlayerDialog(playerid,Dialog_YMid,DIALOG_STYLE_INPUT,"Mail","Scrie mai jos email-ul tau!","Ok","");

nush ce are

Snapshot_2012_03_07_003934.jpg
Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more details you can also review our Terms of Use and Privacy Policy.