October 17, 201213 yr comment_121339 J'ai remarqué ceci : gift[client] = 0; Tu a repris le code de ton gift ? Edited October 17, 201213 yr by Raijojp Report
October 17, 201213 yr Author comment_121341 oui j'avais commencé mon gift bien avant de poster ce plugin tkt pas, je t'ai rep en MP. Report
October 18, 201213 yr comment_121402 Raijojp je comprendre pas trop se que tu me demande ? x) Kriax. Report
October 23, 201213 yr Author comment_122121 version stable compiler, me reste de joindre un fichier cfg pour régler la durée ainsi que le nombre de !block par round. Report
October 23, 201213 yr comment_122122 Pour cela ces simples, voici comment tu doit faire : new Block[MAXPLAYERS+1]; new Handle:g_iExemple; new Handle:g_iExemple2; new Handle:g_Exemple2 = 0; public OnPluginStart() { g_iExemple = CreateConVar ( "sm_temps_timer", "10", "Configuration du timer (En secondes)"); g_iExemple2 = CreateConVar ( "sm_commandes", "3", "Configuration du nombre de commande (En secondes)"); AutoExecConfig(true, "sm_fichier_config"); } public OnConfigsExecuted() { g_Exemple2 GetConVarInt(g_iExemple2); } CreateTimer(GetConVarFloat(g_iExemple), NomDuTimer); Block[client] = g_Exemple2; Je ne sais pas si mes explications sont clair, dit le moi si tu ne comprend pas.Ou si tu préfère je passe sur votre TeamSpeak, je pense que ce seras plus simple. Kriax. Edited October 23, 201213 yr by kriax Report
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.