31.01.2013, 17:02
pawn Код:
command(dias , playerid , params [] )
{
new str [ 50 ];
format ( str ,sizeof ( str ) , "Dias : %d", PlayerInfo [ playerid ] [ pTimeV ] ) ;
SendClientMessage ( playerid , -1 , str ) ;
return 1 ;
}
// onplayerconect
if ( PlayerInfo [ playerid ] [ pTimeV ] < 1 )
{
SendClientMessage ( playerid , -1 , "Seu Vip acaba amanha " ) ;
return 1 ;
}