Audio_OnPlayerConnect
#1

When I compile this, the error "Audio_OnPlayerConnect" comes up. I did "CTRL F" to find it but it doesnt find anything that is Audio_OnPlayerConnect.
Reply
#2

What is the error which pop's up?
Reply
#3

C:\Users\owner\Desktop\SAMP.zip\gamemodes\Test.pwn (30736) : error 021: symbol already defined: "Audio_OnPlayerConnect"
Reply
#4

Check the line 30736. Tell me what is it?
Reply
#5

pawn Код:
CMD:update (playerid, params[]);

public OnPlayerConnect(playerid)
{
SendClientMessage(playerid, COLOR_GREEN, "Command: Updates have been added");
    return 1;
Reply
#6

Quote:
Originally Posted by FinalxT
Посмотреть сообщение
pawn Код:
CMD:update (playerid, params[]);

public OnPlayerConnect(playerid)
{
SendClientMessage(playerid, COLOR_GREEN, "Command: Updates have been added");
    return 1;
That aint even a proper code?

1. That CMD should not be inside any callback or function.
2. OnPlayerConnect does not have a closed brace?

Your mixing two codes. Give me 10 lines above n below this code. Ima fix it.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)