25.03.2010, 19:56
I get this error when I try to use your local snippet for my RP server.
This is fake. It doesn't have anything about a radius in the second version. I checked.
Code:
C:\Users\Sarin\Desktop\GM From Scratch\gamemodes\GM.pwn(370) : error 035: argument type mismatch (argument 3)
Code:
SetPlayerChatBubble(playerid, text, WHITE, 10.0, 5000); new lname[MAX_PLAYER_NAME], lstring[128]; GetPlayerName(playerid, lname, sizeof(lname)); format(lstring, sizeof(lstring), "%s says: %s", lname, text); SendLocalMessage(playerid, WHITE, 7,lstring); return 0;