Skip to content

Commit a07409d

Browse files
authored
A little improvement in /donate (#780)
A little improvement in /donate
1 parent b1da2a6 commit a07409d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pawn/Resources/Callbacks/OnPlayer/OnPlayerCommandText.pwn

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -453,7 +453,7 @@ public OnPlayerCommandText(playerid, cmdtext[]) {
453453
{
454454
SendClientMessage(playerid,COLOR_LIGHTBLUE, "Donating to Las Venturas Playground is highly appreciated and offers a lot of");
455455
SendClientMessage(playerid,COLOR_LIGHTBLUE,"additional and fun features for players; from access to a VIP room, forum board,");
456-
SendClientMessage(playerid,COLOR_LIGHTBLUE,"IRC channel, ingame ranks, commands and much more! Please visit https://sa-mp.nl/donate");
456+
SendClientMessage(playerid,COLOR_LIGHTBLUE,"IRC channel, ingame ranks, commands and much more! Please check out /vip and visit https://sa-mp.nl/donate");
457457
return 1;
458458
}
459459

0 commit comments

Comments
 (0)