Problem woth compilation <----
#1

PHP код:
#include a_samp
#include foreach
#include sscanf2
OnPlayerConnect(playerid)
{
    return 
1;

PHP код:
C:\Users\Re\Downloads\Server_SAMP\sv\gamemodes\newtdm.p(56) : warning 203symbol is never used"SSCANF_OnPlayerConnect" 
Reply
#2

PHP код:
#include <a_samp>
#include <sscanf2>
... 
Reply
#3

Try #include sscanf

Or

Код:
#include <a_samp> 
#include <sscanf2>
Then Compile
Reply
#4

You forgot to add "pulbic" in front of "OnPlayerConnect":
PHP код:
public OnPlayerConnect(playerid) {

Reply
#5

Damn!
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)