2 Errors
#1

Hello i got 2 Errors idk how to fix it lol

Codes :

PHP код:
if (P_DATAplayerid ][ P_Level ] < 1)return SendClientMessage(playerid"You are not high enough level to use this commands"); 
PHP код:
    if (P_DATAplayerid ][ P_Level ] < 1)return SendClientMessageplayerid"You are not high enough level to use this commands"); 
How to fix it
Reply
#2

Anyways whats the errors?
Edit: Oh Yeah
Reply
#3

you didn't add the color parameter in SendClientMessage, assuming that the color is white;

just add the parameter:
Код:
    if (P_DATA[ playerid ][ P_Level ] < 1)return SendClientMessage( playerid, -1, "You are not high enough level to use this commands");
-1 here's the color as the function's structure is SendClientMessage(playerid, color, message[]);
Reply
#4

Fixed Thanks Sawalha
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)