[WORKING] thanks for the help Joe Torran C
#1

Can someone help me with this:

if (strcmp("/help", cmdtext, true, 10) == 0)
{
SendClientMessage(0x8080FFFF,"/commands");
return 1;
}

If i compile i get this error:

.....\Desktop\samp03asvr_R4_win32\gamemodes\LVRP.p wn(117) : error 035: argument type mismatch (argument 2)
Reply
#2

pawn Код:
SendClientMessage(playerid, 0x8080FFFF,"/commands");
Reply
#3

Quote:
Originally Posted by Joe Torran C
pawn Код:
(playerid,;
Yes i typed that also and it is not working,
i just forgot to type it here
Reply
#4

Nothing else is wrong,
Are you sure your putting it in the right place?

Show me it with playerid
Reply
#5

pawn Код:
SendClientMessage(playerid,0x8080FFFF,"/commands");
Now it is working
that is strange 5 minutes ago it didnt worked,
but anyway thanks for the help
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)