View Single Post
Icetea16
Member
Join Date: Jul 2015
Location: France
Old 07-21-2015 , 09:24   Re: % in string text
Reply With Quote #2

Tien :

PHP Code:
#include <sdktools>

#define pourcent '%'

public Action OnClientPreAdminCheck(int client)
{
    
CreateTimer(5.0timer_TIMER_REPEAT);
}

public 
Action timer(Handle timer)
{
    
PrintToChatAll(" 5 %s"pourcent);

__________________
I'm French, sorry for my bad english...
Icetea16 is offline