09.06.2013, 14:42
Okay, it is really simply to understand
Thanks for the information
Thanks for the information
so it's unusiful. For example: i need to write ( fastly ) a gamemode, and i do it with this plugin. Go to server -> full of errors = delete samphp plugin and write gamemode in Pawno or sublimeText 2
|
The errors will appear when you open the server.
on - You said we can use pdo,mysql ? Well i can't,nor mysql.(undefined function for mysql,and class for pdo) |
<ongamemodeinit> <print>Print("text");</print> <settimer> <time>5000</time> <repeat>true</repeat </settimer> </ongamemodeinit> <onplayerconnect> <SendClientMessage> <target>playerid</target> <color>COLOR_WHITE</color> <text>You have joined.</text> </SendClientMessage> </onplayerconnect>
I tried to make something difference like this, although it's HTML. I didn't really succeed but is anyone actually interrested in this? I will give it a try then.
Код HTML:
<ongamemodeinit> <print>Print("text");</print> <settimer> <time>5000</time> <repeat>true</repeat </settimer> </ongamemodeinit> <onplayerconnect> <SendClientMessage> <target>playerid</target> <color>COLOR_WHITE</color> <text>You have joined.</text> </SendClientMessage> </onplayerconnect> |