Jump to content
  • 0

pomoc [Help]warning


danCo_

Dotaz

cawte stal sa mi problem

C:\Users\Daniel Horňák\Documents\server\gamemodes\drift.pwn(1241) : warning 235: public function lacks forward declaration (symbol "ScoreUpdate")

Riadok (riadky)

public ScoreUpdate(){
for(new i = 0;i< MAX_PLAYERS; i++) {

//==================FORWARDY======================

forward ScoreUpdate();

 

//================================================

Help pls

Link to comment
Share on other sites

2 odpovědí na tuto otázku

Recommended Posts

  • 0

rekl bych ze to bude v necem jinym....

zkousel sem tvy radky i takhle

public ScoreUpdate(){
for(new i = 0;i< MAX_PLAYERS; i++) {
}
}

forward ScoreUpdate();

a zadny warning nebyl... posli dalsi radky

Link to comment
Share on other sites

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
×
×
  • Create New...