Jump to content

Question

Posted (edited)

C:\Users\Hitsugaya\Documents\Gamemode Anto\gamemodes\Anto.pwn(89) : error 029: invalid expression, assumed zero
C:\Users\Hitsugaya\Documents\Gamemode Anto\gamemodes\Anto.pwn(89) : warning 215: expression has no effect
C:\Users\Hitsugaya\Documents\Gamemode Anto\gamemodes\Anto.pwn(89) : warning 215: expression has no effect
C:\Users\Hitsugaya\Documents\Gamemode Anto\gamemodes\Anto.pwn(89) : warning 215: expression has no effect
C:\Users\Hitsugaya\Documents\Gamemode Anto\gamemodes\Anto.pwn(89) : warning 215: expression has no effect
C:\Users\Hitsugaya\Documents\Gamemode Anto\gamemodes\Anto.pwn(89) : warning 215: expression has no effect
C:\Users\Hitsugaya\Documents\Gamemode Anto\gamemodes\Anto.pwn(89) : error 001: expected token: ";", but found ")"
C:\Users\Hitsugaya\Documents\Gamemode Anto\gamemodes\Anto.pwn(89) : error 029: invalid expression, assumed zero
C:\Users\Hitsugaya\Documents\Gamemode Anto\gamemodes\Anto.pwn(89) : fatal error 107: too many error messages on one line

 

89 - ShowPlayerDialog(playerid, DIALOG_SUCCESS_1, DIALOG_STYLE_MSGBOX, ""COL_WHITE"Succes", ""COL_WHITE"Ai fost conectat cu succes pe server!", "Continua", "Iesi");

Edited by SonGoku27

4 answers to this question

Recommended Posts

  • 0
Posted

Ai uitat undeva un ";", arata codul.

  • 0
Posted (edited)

Ai pus 2 " in plus 

89 - ShowPlayerDialog(playerid, DIALOG_SUCCESS_1, DIALOG_STYLE_MSGBOX, ""COL_WHITE"Succes", ""COL_WHITE"Ai fost conectat cu succes pe server!", "Continua", "Iesi");

inlocuieste cu asta

89 - ShowPlayerDialog(playerid, DIALOG_SUCCESS_1, DIALOG_STYLE_MSGBOX, "COL_WHITE"Succes", "COL_WHITE"Ai fost conectat cu succes pe server!", "Continua", "Iesi");

Edited by Koqs
  • 0
Posted
17 hours ago, Koqs said:

Ai pus 2 " in plus 

89 - ShowPlayerDialog(playerid, DIALOG_SUCCESS_1, DIALOG_STYLE_MSGBOX, ""COL_WHITE"Succes", ""COL_WHITE"Ai fost conectat cu succes pe server!", "Continua", "Iesi");

inlocuieste cu asta

89 - ShowPlayerDialog(playerid, DIALOG_SUCCESS_1, DIALOG_STYLE_MSGBOX, "COL_WHITE"Succes", "COL_WHITE"Ai fost conectat cu succes pe server!", "Continua", "Iesi");

Ok, o sa incerc mai tarziu putin. Pentru ca nu reusesc acum. Multumesc

  • 0
Posted
On 8/4/2019 at 7:53 PM, SonGoku27 said:

""COL_WHITE"

Sterge un ' " '.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • 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.