• Welcome to Vice City Multiplayer.
 
Menu

Show posts

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.

Show posts Menu

Messages - Mitchel

#1
Tutorials / Re: Setting up a R2 Server made with Pawn
February 25, 2010, 09:49:49 PM
nice tutorial, will be very useful for new users.

I found one mistake:

You wrote:

So our final /hello command will be:
if(strcmp("/hoi", cmdtext, true) == 0)


I think 'hoi' has to be replaced with 'hello' :D