Search found 10 matches

by Zerano
12 Jun 2012, 11:32
Forum: SFS2X C# API
Topic: TypeLoadException Sfs2X.SmartFox
Replies: 1
Views: 4917

TypeLoadException Sfs2X.SmartFox

Hello, i am getting this error after updating to unity 3.5.2, smartfoxserver2x 2.1.0 , SmartFox2.dll 1.0.1 :

Code: Select all

TypeLoadException: Could not load type 'Sfs2X.SmartFox' from assembly 'SmartFox2, Version=1.0.1.0, Culture=neutral, PublicKeyToken=null'.
by Zerano
11 Apr 2012, 12:19
Forum: Job offers and requests
Topic: Multiplayer Kit
Replies: 3
Views: 9186

Re: Multiplayer Kit

by Zerano
29 Feb 2012, 07:24
Forum: Job offers and requests
Topic: Multiplayer Kit
Replies: 3
Views: 9186

Re: Multiplayer Kit

Thank you i hope to finish the collision soon.
by Zerano
27 Feb 2012, 12:44
Forum: Job offers and requests
Topic: Multiplayer Kit
Replies: 3
Views: 9186

Multiplayer Kit

Made with smartfoxserver2x, MySql and Unity3d

1. General


registration inside client via php
login to the game using the MySql database
creating and saving character to MySql
choosing character
"ID Factory"


2. Character


sending keyboard press to server
moving character
Inventory ...
by Zerano
11 Jul 2011, 07:24
Forum: SFS2X C# API
Topic: Sending data without login?
Replies: 4
Views: 10912

Okay found a solution...
by Zerano
11 Jul 2011, 06:39
Forum: SFS2X C# API
Topic: Sending data without login?
Replies: 4
Views: 10912

Sending data without login?

Helle,

is it possible to send some data without login? I would like to make the registration on the client/server. the RegistrationRequest does not work here... here is my current script:


using UnityEngine;
using System;
using System.Collections;
using System.Collections.Generic;
using System ...
by Zerano
09 Jul 2011, 19:34
Forum: SFS2X Questions
Topic: MySql SELECT
Replies: 0
Views: 4097

MySql SELECT

Hello i have created 2 tabeles and set the relationship between them:
http://sigena.franken.de/~zerano/test.jpg

and now i wont to get the data(name) from the character tabel based on the username.

but i do not know how to do the query for it. i have tried this:
PreparedStatement new_sql = conn ...
by Zerano
20 Jun 2011, 13:35
Forum: SFS2X C# API
Topic: Checks
Replies: 1
Views: 4945

Checks

Hello i have a general question.

i want to pickup an item so i send a request to the server for some checks.

public void PickUpRequest(int id,string name){
Room room = smartFox.LastJoinedRoom;
ISFSObject data=new SFSObject();
data.PutInt("id",id);
data.PutUtfString("name",name ...
by Zerano
19 Jun 2011, 15:09
Forum: SFS2X C# API
Topic: Spawnproblem in the fps Tutorial
Replies: 3
Views: 7112

I found the mistake. it was so stupid :D
I changed the spawnpoint in the sfs fps demo but forgot to change the amount in the array :D

private static Transform[] getSpawnPoints() {
Transform[] spawnPoints = new Transform[3]; //<---- wrong
spawnPoints[0] = new Transform(642, 165, 1700, 0, 0, 0 ...
by Zerano
16 Jun 2011, 14:47
Forum: SFS2X C# API
Topic: Spawnproblem in the fps Tutorial
Replies: 3
Views: 7112

Spawnproblem in the fps Tutorial

I do not know whats wrong sometimes all is okay, i can login and walk around. But sometimes i get this Error and i do not know where the problem is. Maybe you can help me with a tip where i have to look.

Image[/img]