diff --git a/plugins/rockthevote.sp b/plugins/rockthevote.sp index fbc167ae..9474e386 100644 --- a/plugins/rockthevote.sp +++ b/plugins/rockthevote.sp @@ -211,7 +211,7 @@ void AttemptRTV(int client) return; } - new String:name[MAX_NAME_LENGTH]; + char name[MAX_NAME_LENGTH]; GetClientName(client, name, sizeof(name)); g_Votes++;