1
Help / addon modifying
« on: August 14, 2010, 05:05:50 PM »
ok im trying to fix my problem with my breeching shotgun request and dont know where to put the thing where it will blow down a standard door! help!
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
function servercmdhelloworld(%c)
{
if(%c.isAdmin)
{
messageall(' ',"HELLO WORLD!");
}
else
{
messageall(' ',"Hello World!");
}function ServerCmdHelloWorld(%c)
{
if(%c.isAdmin)
{
MessageAll(' ',"HELLO WORLD!");
}
else
{
MessageAll(' ',"Hello World!");
}